diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/atomics.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/atomics.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/atomics.ll b/llvm/test/CodeGen/SPARC/atomics.ll index b10336c9808..4e3e7ae6fd4 100644 --- a/llvm/test/CodeGen/SPARC/atomics.ll +++ b/llvm/test/CodeGen/SPARC/atomics.ll @@ -38,7 +38,7 @@ entry: define i32 @test_cmpxchg_i32(i32 %a, i32* %ptr) { entry: - %b = cmpxchg i32* %ptr, i32 %a, i32 123 monotonic + %b = cmpxchg i32* %ptr, i32 %a, i32 123 monotonic monotonic ret i32 %b } @@ -48,7 +48,7 @@ entry: define i64 @test_cmpxchg_i64(i64 %a, i64* %ptr) { entry: - %b = cmpxchg i64* %ptr, i64 %a, i64 123 monotonic + %b = cmpxchg i64* %ptr, i64 %a, i64 123 monotonic monotonic ret i64 %b } |