[Sparc] Unbreak test
authorDouglas Katzman <dougk@google.com>
Wed, 9 Nov 2016 17:02:07 +0000 (17:02 +0000)
committerDouglas Katzman <dougk@google.com>
Wed, 9 Nov 2016 17:02:07 +0000 (17:02 +0000)
llvm-svn: 286380

clang/test/CodeGen/atomics-inlining.c

index 9077746..fc23c0b 100644 (file)
@@ -103,7 +103,7 @@ void test1(void) {
 // SPARCV8: call i64 @__atomic_load_8(i8* bitcast (i64* @ll1 to i8*)
 // SPARCV8: call void @__atomic_store_8(i8* bitcast (i64* @ll1 to i8*), i64
 // SPARCV9: load atomic i64, i64* @ll1 seq_cst, align 8
-// SPARCV9: store atomic i64 %7, i64* @ll1 seq_cst, align 8
+// SPARCV9: store atomic i64 {{.*}}, i64* @ll1 seq_cst, align 8
 // SPARCV8: call void @__atomic_load(i32 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0)
 // SPARCV8: call void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0)
 }