summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Threading.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-16 20:53:09 +0000
committerOwen Anderson <resistor@mac.com>2009-06-16 20:53:09 +0000
commit993e4261d066a8aee7c1211e893e813c8bb383c9 (patch)
tree1a6ad477fbd42b04fc1648b5f3e11e4f9d70a712 /llvm/lib/Support/Threading.cpp
parent896cee711f98e5cdb3ffd9f89a540f805a1ccf79 (diff)
downloadbcm5719-llvm-993e4261d066a8aee7c1211e893e813c8bb383c9.tar.gz
bcm5719-llvm-993e4261d066a8aee7c1211e893e813c8bb383c9.zip
Add newline at end of file.
llvm-svn: 73551
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
-rw-r--r--llvm/lib/Support/Threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Threading.cpp b/llvm/lib/Support/Threading.cpp
index a5876487e05..15a4b915d13 100644
--- a/llvm/lib/Support/Threading.cpp
+++ b/llvm/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
+}
OpenPOWER on IntegriCloud