Implement a basic VectorTargetTransformInfo interface to be used by the loop and...
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.cpp
index 29ea68121621503a3b358a3338b3d5ad297b3ae1..13e37b373533e169d76fb52b1ebcec3558b55c37 100644 (file)
@@ -36,7 +36,7 @@ MSP430TargetMachine::MSP430TargetMachine(const Target &T,
     // FIXME: Check DataLayout string.
     DL("e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16"),
     InstrInfo(*this), TLInfo(*this), TSInfo(*this),
-    FrameLowering(Subtarget), STTI(&TLInfo) { }
+    FrameLowering(Subtarget), STTI(&TLInfo), VTTI(&TLInfo) { }
 
 namespace {
 /// MSP430 Code Generator Pass Configuration Options.