diff options
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430.h')
-rw-r--r-- | llvm/lib/Target/MSP430/MSP430.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430.h b/llvm/lib/Target/MSP430/MSP430.h index 225fc17eaa1..6251a42f904 100644 --- a/llvm/lib/Target/MSP430/MSP430.h +++ b/llvm/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. |