Generalize this test to work without instruction names.

llvm-svn: 121742
This commit is contained in:
Dan Gohman 2010-12-14 01:33:14 +00:00
parent eba9095df2
commit f99dbb9e77
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ void test0(aliasing_int *ai, int *i)
*i = 1;
}
// CHECK: store i32 0, i32* %tmp, !tbaa !1
// CHECK: store i32 1, i32* %tmp1, !tbaa !3
// CHECK: store i32 0, i32* %{{.*}}, !tbaa !1
// CHECK: store i32 1, i32* %{{.*}}, !tbaa !3
// CHECK: !0 = metadata !{metadata !"any pointer", metadata !1}
// CHECK: !1 = metadata !{metadata !"omnipotent char", metadata !2}