]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286380 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/atomics-inlining.c

index 907774626c7f21273873a6b3b61e716b19a450df..fc23c0b3f64f178435f9f949b682273f5572c430 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)
 }