Implement use of new IntrinsicLowering interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-01-29 17:51:02 +00:00
parent 6addf2ceeb
commit 519e239b1f
2 changed files with 10 additions and 5 deletions
@@ -66,7 +66,7 @@ Interpreter::Interpreter(Module *M) : ExecutionEngine(M), TD(M) {
initializeExternalFunctions();
emitGlobals();
IL = new IntrinsicLowering();
IL = new IntrinsicLowering(TD);
}
Interpreter::~Interpreter() {