summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/atomic.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-29 01:10:57 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-29 01:10:57 +0000
commitfee1f5013cb281407d217a6fa2964a1dbb38feb2 (patch)
treef1a18f44956ce3f044868b6275a43876e3887dd1 /llvm/test/Bitcode/atomic.ll
parent78141cef2c0a15fa11a4dc952b4b2a5df20f0e78 (diff)
downloadbcm5719-llvm-fee1f5013cb281407d217a6fa2964a1dbb38feb2.tar.gz
bcm5719-llvm-fee1f5013cb281407d217a6fa2964a1dbb38feb2.zip
Fix line-endings, NFC
A follow-up commit is adding a RUN line to each of these tests, so fix the line endings first. This is a whitespace-only change. llvm-svn: 214156
Diffstat (limited to 'llvm/test/Bitcode/atomic.ll')
-rw-r--r--llvm/test/Bitcode/atomic.ll2
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
+}
OpenPOWER on IntegriCloud