[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Chris Lattner
sabre at nondot.org
Wed Nov 15 10:00:30 PST 2006
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.32 -> 1.33
---
Log message:
Simplify IntrinsicLowering and clarify that it is only for use by the
CBE and interpreter.
---
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.32 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.33
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.32 Fri Jun 16 13:24:38 2006
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Wed Nov 15 12:00:10 2006
@@ -67,7 +67,7 @@
initializeExternalFunctions();
emitGlobals();
- IL = new DefaultIntrinsicLowering();
+ IL = new IntrinsicLowering();
}
Interpreter::~Interpreter() {
More information about the llvm-commits
mailing list