diff options
Diffstat (limited to 'tools/lli/lli.cpp')
-rw-r--r-- | tools/lli/lli.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 518c1a1d6e..15bf500bba 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -57,8 +57,7 @@ int main(int argc, char **argv, char * const *envp) { exit(1); } - ExecutionEngine *EE = - ExecutionEngine::create(MP, ForceInterpreter); + ExecutionEngine *EE = ExecutionEngine::create(MP, ForceInterpreter); assert(EE && "Couldn't create an ExecutionEngine, not even an interpreter?"); // If the user specifically requested an argv[0] to pass into the program, do |