mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Generalize this test to work without instruction names.
llvm-svn: 121742
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user