[cfe-commits] r121742 - /cfe/trunk/test/CodeGen/may-alias.c

Dan Gohman gohman at apple.com
Mon Dec 13 17:33:14 PST 2010


Author: djg
Date: Mon Dec 13 19:33:14 2010
New Revision: 121742

URL: http://llvm.org/viewvc/llvm-project?rev=121742&view=rev
Log:
Generalize this test to work without instruction names.

Modified:
    cfe/trunk/test/CodeGen/may-alias.c

Modified: cfe/trunk/test/CodeGen/may-alias.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/may-alias.c?rev=121742&r1=121741&r2=121742&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/may-alias.c (original)
+++ cfe/trunk/test/CodeGen/may-alias.c Mon Dec 13 19:33:14 2010
@@ -12,8 +12,8 @@
   *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}





More information about the cfe-commits mailing list