commit | b71fd7897f6b4500cdbe602c5a9907316750cf5a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Nov 15 18:00:10 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Nov 15 18:00:10 2006 +0000 |
tree | bfde4bc0d508d66aa539e308ff37ea881c711a67 | |
parent | d6842e4e1805feaaf865a7b6bf59b35e4c5e0759 [diff] [blame] |
Simplify IntrinsicLowering and clarify that it is only for use by the CBE and interpreter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31755 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 78e7a3c..4728c95 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -67,7 +67,7 @@ initializeExternalFunctions(); emitGlobals(); - IL = new DefaultIntrinsicLowering(); + IL = new IntrinsicLowering(); } Interpreter::~Interpreter() {