diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-12-25 22:10:01 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-12-25 22:10:01 +0000 |
commit | daf2e3ff7a1308753aed42975f914804c22d04d8 (patch) | |
tree | 080e99e6a45258db6c3c4eaadd46b269954a858a /llvm/lib/Target/MSP430 | |
parent | c7277d9485d88ea7aa5f90e8167e2b706ae74fa1 (diff) | |
download | bcm5719-llvm-daf2e3ff7a1308753aed42975f914804c22d04d8.tar.gz bcm5719-llvm-daf2e3ff7a1308753aed42975f914804c22d04d8.zip |
Remove extra forward declarations and scrub includes for all in tree InstPrinters. NFC
llvm-svn: 256427
Diffstat (limited to 'llvm/lib/Target/MSP430')
-rw-r--r-- | llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h b/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h index 70141a998e4..72afec18bec 100644 --- a/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h +++ b/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h @@ -17,8 +17,6 @@ #include "llvm/MC/MCInstPrinter.h" namespace llvm { - class MCOperand; - class MSP430InstPrinter : public MCInstPrinter { public: MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, |