[llvm-commits] CVS: llvm/tools/lli/lli.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 28 03:52:01 PST 2003


Changes in directory llvm/tools/lli:

lli.cpp updated: 1.40 -> 1.41

---
Log message:

Pass extra arguments around n stuph


---
Diffs of the changes:  (+1 -2)

Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.40 llvm/tools/lli/lli.cpp:1.41
--- llvm/tools/lli/lli.cpp:1.40	Fri Dec 26 00:49:53 2003
+++ llvm/tools/lli/lli.cpp	Sun Dec 28 03:51:04 2003
@@ -57,8 +57,7 @@
     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





More information about the llvm-commits mailing list