Disable some code that is causing some warnings. It's in the process
[oota-llvm.git] / lib / Target / MSP430 / MSP430SelectionDAGInfo.cpp
index a54c929e8356f5bebd9eb6f1645a9272221554e2..24f45fa3881b46f5997a6c501fe9a6d3b9bd7b87 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "msp430-selectiondag-info"
-#include "MSP430SelectionDAGInfo.h"
+#include "MSP430TargetMachine.h"
 using namespace llvm;
 
-MSP430SelectionDAGInfo::MSP430SelectionDAGInfo() {
+MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const MSP430TargetMachine &TM)
+  : TargetSelectionDAGInfo(TM) {
 }
 
 MSP430SelectionDAGInfo::~MSP430SelectionDAGInfo() {