Implement use of new IntrinsicLowering interface.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
index d39b5e1cf6ceeac183fae22eb9a40c54f59221f4..2b805ada4c16339453407f327c324db874b6180f 100644 (file)
@@ -66,7 +66,7 @@ Interpreter::Interpreter(Module *M) : ExecutionEngine(M), TD(M) {
   initializeExternalFunctions();
   emitGlobals();
 
-  IL = new IntrinsicLowering();
+  IL = new IntrinsicLowering(TD);
 }
 
 Interpreter::~Interpreter() {