diff options
| author | Douglas Katzman <dougk@google.com> | 2016-11-09 17:02:07 +0000 |
|---|---|---|
| committer | Douglas Katzman <dougk@google.com> | 2016-11-09 17:02:07 +0000 |
| commit | 0f5cc9b6dff19e1d99a917beb15cc3c81cb08684 (patch) | |
| tree | e337ef44f3db77f5d51e3e455b4ce83308c5623e /clang/test/CodeGen/atomics-inlining.c | |
| parent | 6ff570a395d22d6f335ea8dd6aaad0471fc09263 (diff) | |
| download | bcm5719-llvm-0f5cc9b6dff19e1d99a917beb15cc3c81cb08684.tar.gz bcm5719-llvm-0f5cc9b6dff19e1d99a917beb15cc3c81cb08684.zip | |
[Sparc] Unbreak test
llvm-svn: 286380
Diffstat (limited to 'clang/test/CodeGen/atomics-inlining.c')
| -rw-r--r-- | clang/test/CodeGen/atomics-inlining.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/atomics-inlining.c b/clang/test/CodeGen/atomics-inlining.c index 907774626c7..fc23c0b3f64 100644 --- a/clang/test/CodeGen/atomics-inlining.c +++ b/clang/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) } |

