[llvm] 0f1a2ad - [MSP430] Remove unused forward declarations. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 07:03:06 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-23T15:02:17+01:00
New Revision: 0f1a2ad44042924558975d5face69af36cfbceec
URL: https://github.com/llvm/llvm-project/commit/0f1a2ad44042924558975d5face69af36cfbceec
DIFF: https://github.com/llvm/llvm-project/commit/0f1a2ad44042924558975d5face69af36cfbceec.diff
LOG: [MSP430] Remove unused forward declarations. NFC.
Added:
Modified:
llvm/lib/Target/MSP430/MSP430.h
llvm/lib/Target/MSP430/MSP430MCInstLower.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/MSP430/MSP430.h b/llvm/lib/Target/MSP430/MSP430.h
index 67f35b8034d9..34f0a37bced9 100644
--- a/llvm/lib/Target/MSP430/MSP430.h
+++ b/llvm/lib/Target/MSP430/MSP430.h
@@ -36,7 +36,6 @@ namespace MSP430CC {
namespace llvm {
class MSP430TargetMachine;
class FunctionPass;
- class formatted_raw_ostream;
FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
CodeGenOpt::Level OptLevel);
diff --git a/llvm/lib/Target/MSP430/MSP430MCInstLower.h b/llvm/lib/Target/MSP430/MSP430MCInstLower.h
index 910ad4bb12d5..4d0197d9e2b1 100644
--- a/llvm/lib/Target/MSP430/MSP430MCInstLower.h
+++ b/llvm/lib/Target/MSP430/MSP430MCInstLower.h
@@ -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
More information about the llvm-commits
mailing list