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() {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to