Formatting.
authorEric Christopher <echristo@apple.com>
Tue, 15 Dec 2009 00:40:55 +0000 (00:40 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 15 Dec 2009 00:40:55 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91377 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JIT.cpp

index 3607f1fcb09f09fd0e73fe7bd4bf93531d9b404e..26afa548a86e5926a693f2e9757c0697b2adc42b 100644 (file)
@@ -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))