]> granicus.if.org Git - clang/commitdiff
Generalize this test to work without instruction names.
authorDan Gohman <gohman@apple.com>
Tue, 14 Dec 2010 01:33:14 +0000 (01:33 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Dec 2010 01:33:14 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121742 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/may-alias.c

index 66744b7ccea801c0d65ade8a75252aa9d9f56099..f3ea792da36c2c3b26689500a19bedb803fea7cb 100644 (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}