Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.34 -> 1.35 --- Log message: Implement use of new IntrinsicLowering interface. --- Diffs of the changes: (+1 -1) Interpreter.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.34 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.35 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.34 Fri Jan 26 02:11:39 2007 +++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Mon Jan 29 11:51:02 2007 @@ -66,7 +66,7 @@ initializeExternalFunctions(); emitGlobals(); - IL = new IntrinsicLowering(); + IL = new IntrinsicLowering(TD); } Interpreter::~Interpreter() { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits