diff options
Diffstat (limited to 'llvm/test/Bitcode/atomic.ll')
-rw-r--r-- | llvm/test/Bitcode/atomic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/atomic.ll b/llvm/test/Bitcode/atomic.ll index 37815a749b5..d41c9e7acf7 100644 --- a/llvm/test/Bitcode/atomic.ll +++ b/llvm/test/Bitcode/atomic.ll @@ -14,4 +14,4 @@ define void @test_cmpxchg(i32* %addr, i32 %desired, i32 %new) { ; CHECK: cmpxchg weak volatile i32* %addr, i32 %desired, i32 %new singlethread release monotonic ret void -}
\ No newline at end of file +} |