diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 23:03:22 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 23:03:22 +0000 |
| commit | 67038c1333482fe2669455d67d797274be4ff8ef (patch) | |
| tree | 6596c5cb196e74c55398f4ce2e4b5fa014ac89ff /llvm/lib/Target/MSP430/MSP430.h | |
| parent | 118ce16bf545a47c8754adceb699f71527c31c56 (diff) | |
| download | bcm5719-llvm-67038c1333482fe2669455d67d797274be4ff8ef.tar.gz bcm5719-llvm-67038c1333482fe2669455d67d797274be4ff8ef.zip | |
Put Target definitions inside Target specific header, and llvm namespace.
llvm-svn: 76344
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. |

