[Lanai] Remove unused forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-22 16:36:02 +01:00
parent f8a5e746c6
commit dc869d5aad
4 changed files with 0 additions and 7 deletions

View File

@ -19,9 +19,6 @@
namespace llvm {
class FunctionPass;
class LanaiTargetMachine;
class MachineFunctionPass;
class TargetMachine;
class formatted_raw_ostream;
// createLanaiISelDag - This pass converts a legalized DAG into a
// Lanai-specific DAG, ready for instruction scheduling.

View File

@ -18,9 +18,7 @@ class MCInst;
class MCOperand;
class MCSymbol;
class MachineInstr;
class MachineModuleInfoMachO;
class MachineOperand;
class Mangler;
// LanaiMCInstLower - This class is used to lower an MachineInstr
// into an MCInst.

View File

@ -22,7 +22,6 @@
#include "llvm/Target/TargetMachine.h"
namespace llvm {
class formatted_raw_ostream;
class LanaiTargetMachine : public LLVMTargetMachine {
LanaiSubtarget Subtarget;

View File

@ -12,7 +12,6 @@
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
namespace llvm {
class LanaiTargetMachine;
class LanaiTargetObjectFile : public TargetLoweringObjectFileELF {
MCSection *SmallDataSection;
MCSection *SmallBSSSection;