diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-16 20:53:09 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-16 20:53:09 +0000 |
commit | 1cca27ebb6bdf60cfc84be1afc2f77c16c6c393e (patch) | |
tree | 02ab69d7a3652d7946190aa85452c7e354fcef7d /lib/Support/Threading.cpp | |
parent | d76a0775f153765f31b96452234afb2c5c724deb (diff) |
Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Threading.cpp')
-rw-r--r-- | lib/Support/Threading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Threading.cpp b/lib/Support/Threading.cpp index a5876487e0..15a4b915d1 100644 --- a/lib/Support/Threading.cpp +++ b/lib/Support/Threading.cpp @@ -60,4 +60,4 @@ void llvm::llvm_acquire_global_lock() { void llvm::llvm_release_global_lock() { if (multithreaded_mode) global_lock->release(); -}
\ No newline at end of file +} |