summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-27 06:12:32 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-27 06:12:32 +0000
commit5f4ef3c5a88f058ad98611c24617f41bc6a45d50 (patch)
tree3c31e3e2214e6adfa39e09862f9a26865f575847 /llvm/lib/ExecutionEngine/JIT/JIT.cpp
parent8e2411334cd0d7f6be54dd2b5d5cc012b6e604a1 (diff)
downloadbcm5719-llvm-5f4ef3c5a88f058ad98611c24617f41bc6a45d50.tar.gz
bcm5719-llvm-5f4ef3c5a88f058ad98611c24617f41bc6a45d50.zip
Eliminate all remaining tabs and trailing spaces.
llvm-svn: 22523
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index d97f1970d51..39075117509 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -218,7 +218,7 @@ GenericValue JIT::runFunction(Function *F,
void JIT::runJITOnFunction(Function *F) {
static bool isAlreadyCodeGenerating = false;
assert(!isAlreadyCodeGenerating && "Error: Recursive compilation detected!");
-
+
MutexGuard locked(lock);
// JIT the function
OpenPOWER on IntegriCloud