diff options
Diffstat (limited to 'lib/Target/MSP430/MSP430.h')
-rw-r--r-- | lib/Target/MSP430/MSP430.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430.h b/lib/Target/MSP430/MSP430.h index 225fc17..6251a42 100644 --- a/lib/Target/MSP430/MSP430.h +++ b/lib/Target/MSP430/MSP430.h @@ -27,6 +27,9 @@ namespace llvm { FunctionPass *createMSP430CodePrinterPass(formatted_raw_ostream &o, TargetMachine &tm, bool verbose); + + extern Target TheMSP430Target; + } // end namespace llvm; // Defines symbolic names for MSP430 registers. |