aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MSP430/MSP430.h')
-rw-r--r--lib/Target/MSP430/MSP430.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430.h b/lib/Target/MSP430/MSP430.h
index 1ff178d..e742118 100644
--- a/lib/Target/MSP430/MSP430.h
+++ b/lib/Target/MSP430/MSP430.h
@@ -39,6 +39,8 @@ namespace llvm {
FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
CodeGenOpt::Level OptLevel);
+ FunctionPass *createMSP430BranchSelectionPass();
+
extern Target TheMSP430Target;
} // end namespace llvm;