diff options
| author | Duncan Sands <baldrick@free.fr> | 2010-07-12 08:16:59 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2010-07-12 08:16:59 +0000 |
| commit | 41b4a6b36ac77b94e4ee1908d580368e9f09fbfd (patch) | |
| tree | 0ba672574cfb92f9f66c9a942703f1d5d53220f8 /llvm/lib/ExecutionEngine/JIT | |
| parent | 57041d81df53c894f92b9a9fa42524061249ac8b (diff) | |
| download | bcm5719-llvm-41b4a6b36ac77b94e4ee1908d580368e9f09fbfd.tar.gz bcm5719-llvm-41b4a6b36ac77b94e4ee1908d580368e9f09fbfd.zip | |
Convert some tab stops into spaces.
llvm-svn: 108130
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT')
| -rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JIT.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h index 831f5287e6c..1d1763edd4d 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.h +++ b/llvm/lib/ExecutionEngine/JIT/JIT.h @@ -100,9 +100,9 @@ public: CodeGenOpt::Level OptLevel = CodeGenOpt::Default, bool GVsWithCode = true, - CodeModel::Model CMM = CodeModel::Default) { + CodeModel::Model CMM = CodeModel::Default) { return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode, - CMM); + CMM); } virtual void addModule(Module *M); |

