aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2009-12-15 00:40:55 +0000
committerEric Christopher <echristo@apple.com>2009-12-15 00:40:55 +0000
commit9f669d99f66d2ca120c85c4c379f2571d6dd947a (patch)
treeeb332edf8b248ac7d7a540c345d90fa6fc8623ac /lib/ExecutionEngine/JIT
parent87426f8cd21507e13f0256a6727a0c27f60705c3 (diff)
downloadexternal_llvm-9f669d99f66d2ca120c85c4c379f2571d6dd947a.zip
external_llvm-9f669d99f66d2ca120c85c4c379f2571d6dd947a.tar.gz
external_llvm-9f669d99f66d2ca120c85c4c379f2571d6dd947a.tar.bz2
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/JIT')
-rw-r--r--lib/ExecutionEngine/JIT/JIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/JIT/JIT.cpp b/lib/ExecutionEngine/JIT/JIT.cpp
index 3607f1f..26afa54 100644
--- a/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/lib/ExecutionEngine/JIT/JIT.cpp
@@ -208,7 +208,7 @@ ExecutionEngine *JIT::createJIT(ModuleProvider *MP,
JITMemoryManager *JMM,
CodeGenOpt::Level OptLevel,
bool GVsWithCode,
- CodeModel::Model CMM) {
+ CodeModel::Model CMM) {
// Make sure we can resolve symbols in the program as well. The zero arg
// to the function tells DynamicLibrary to load the program, not a library.
if (sys::DynamicLibrary::LoadLibraryPermanently(0, ErrorStr))