From 9f59f3f4cc18edb10ff35b33c47c798f1e20ff58 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Wed, 9 Nov 2016 17:02:07 +0000 Subject: [PATCH] [Sparc] Unbreak test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286380 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/atomics-inlining.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/atomics-inlining.c b/test/CodeGen/atomics-inlining.c index 907774626c..fc23c0b3f6 100644 --- a/test/CodeGen/atomics-inlining.c +++ b/test/CodeGen/atomics-inlining.c @@ -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) } -- 2.50.1