Generalize this test to work without instruction names.
llvm-svn: 121742
diff --git a/clang/test/CodeGen/may-alias.c b/clang/test/CodeGen/may-alias.c
index 66744b7..f3ea792 100644
--- a/clang/test/CodeGen/may-alias.c
+++ b/clang/test/CodeGen/may-alias.c
@@ -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}