diff options
author | Duncan Sands <baldrick@free.fr> | 2009-06-03 11:54:28 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-06-03 11:54:28 +0000 |
commit | 06b61a281a65c650f4c2661fb23c9e93e9133fb4 (patch) | |
tree | b7cb08dd72c05bcc323d59779413337d1f47fbfc | |
parent | c563b497abd242521be0c7edfdd0851e73d75440 (diff) | |
download | bcm5719-llvm-06b61a281a65c650f4c2661fb23c9e93e9133fb4.tar.gz bcm5719-llvm-06b61a281a65c650f4c2661fb23c9e93e9133fb4.zip |
At a newline at the end of this file.
llvm-svn: 72767
-rw-r--r-- | llvm/lib/System/Atomic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Atomic.cpp b/llvm/lib/System/Atomic.cpp index cefd0bbf553..2827d889659 100644 --- a/llvm/lib/System/Atomic.cpp +++ b/llvm/lib/System/Atomic.cpp @@ -50,4 +50,4 @@ sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, #else # error No compare-and-swap implementation for your platform! #endif -}
\ No newline at end of file +} |