mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[MSP430] Remove unused forward declarations. NFC.
This commit is contained in:
parent
b6de2f1d6f
commit
93b13ec1ff
@ -36,7 +36,6 @@ namespace MSP430CC {
|
||||
namespace llvm {
|
||||
class MSP430TargetMachine;
|
||||
class FunctionPass;
|
||||
class formatted_raw_ostream;
|
||||
|
||||
FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
|
||||
CodeGenOpt::Level OptLevel);
|
||||
|
@ -18,7 +18,6 @@ namespace llvm {
|
||||
class MCOperand;
|
||||
class MCSymbol;
|
||||
class MachineInstr;
|
||||
class MachineModuleInfoMachO;
|
||||
class MachineOperand;
|
||||
|
||||
/// MSP430MCInstLower - This class is used to lower an MachineInstr
|
||||
|
Loading…
Reference in New Issue
Block a user