From 93b13ec1ffe1d7732c93b77977b9b331441b0e27 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 23 Apr 2020 14:09:22 +0100 Subject: [PATCH] [MSP430] Remove unused forward declarations. NFC. --- lib/Target/MSP430/MSP430.h | 1 - lib/Target/MSP430/MSP430MCInstLower.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Target/MSP430/MSP430.h b/lib/Target/MSP430/MSP430.h index 67f35b8034d..34f0a37bced 100644 --- a/lib/Target/MSP430/MSP430.h +++ b/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/lib/Target/MSP430/MSP430MCInstLower.h b/lib/Target/MSP430/MSP430MCInstLower.h index 910ad4bb12d..4d0197d9e2b 100644 --- a/lib/Target/MSP430/MSP430MCInstLower.h +++ b/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