[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Reid Spencer
reid at x10sys.com
Mon Jan 29 09:51:17 PST 2007
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() {
More information about the llvm-commits
mailing list