fix comment
[oota-llvm.git] / lib / Target / MSP430 / MSP430.h
index 1ff178d99d90e740faae68ad4b0145e6fd8b4903..4574ce5f98b7795bb996b8b205ba45d5417c4e09 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef LLVM_TARGET_MSP430_H
 #define LLVM_TARGET_MSP430_H
 
+#include "MCTargetDesc/MSP430MCTargetDesc.h"
 #include "llvm/Target/TargetMachine.h"
 
 namespace MSP430CC {
@@ -39,15 +40,8 @@ namespace llvm {
   FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
                                     CodeGenOpt::Level OptLevel);
 
-  extern Target TheMSP430Target;
+  FunctionPass *createMSP430BranchSelectionPass();
 
 } // end namespace llvm;
 
-// Defines symbolic names for MSP430 registers.
-// This defines a mapping from register name to register number.
-#include "MSP430GenRegisterNames.inc"
-
-// Defines symbolic names for the MSP430 instructions.
-#include "MSP430GenInstrNames.inc"
-
 #endif