summaryrefslogtreecommitdiffstats
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
commitd5218331f75a6e3456747ec90e0941612c1a7c4c (patch)
tree84a6018ca66d77ed51bf2ffbbb23bc0ad8abfd7e
parente8a525a1962dbbee28e068268ac99a5ffb3f9dea (diff)
downloadbcm5719-llvm-d5218331f75a6e3456747ec90e0941612c1a7c4c.tar.gz
bcm5719-llvm-d5218331f75a6e3456747ec90e0941612c1a7c4c.zip
Formatting.
llvm-svn: 91377
-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 3607f1fcb09..26afa548a86 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/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))
OpenPOWER on IntegriCloud