diff --git a/llvm/lib/Support/Threading.cpp b/llvm/lib/Support/Threading.cpp index a5876487e055890fcd0436f5137bb7c3c7ed1239..15a4b915d13580cddbc54e56057c9d16a4ca3ecd 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 +}