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

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 26 15:12:17 PDT 2003


Changes in directory llvm/tools/lli/Interpreter:

Interpreter.cpp updated: 1.2 -> 1.3

---
Log message:

Remove two fields from TargetData which are target specific.



---
Diffs of the changes:

Index: llvm/tools/lli/Interpreter/Interpreter.cpp
diff -u llvm/tools/lli/Interpreter/Interpreter.cpp:1.2 llvm/tools/lli/Interpreter/Interpreter.cpp:1.3
--- llvm/tools/lli/Interpreter/Interpreter.cpp:1.2	Fri Apr 25 01:15:05 2003
+++ llvm/tools/lli/Interpreter/Interpreter.cpp	Sat Apr 26 15:11:09 2003
@@ -25,7 +25,6 @@
 			 bool DebugMode, bool TraceMode)
   : ExecutionEngine(M), ExitCode(0), Debug(DebugMode), Trace(TraceMode),
     CurFrame(-1), TD("lli", (Config & TM::EndianMask) == TM::LittleEndian,
-		     1, 4,
 		     (Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4,
 		     (Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4,
 		     (Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4) {





More information about the llvm-commits mailing list