summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCInstLower.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.h')
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.h b/llvm/lib/Target/ARM/ARMMCInstLower.h
index 578590ee0d3..caab7e942b4 100644
--- a/llvm/lib/Target/ARM/ARMMCInstLower.h
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.h
@@ -14,18 +14,14 @@
namespace llvm {
class AsmPrinter;
- class GlobalValue;
class MCAsmInfo;
class MCContext;
class MCInst;
class MCOperand;
class MCSymbol;
- class MCSymbolRefExpr;
class MachineInstr;
- class MachineModuleInfoMachO;
class MachineOperand;
class Mangler;
- //class ARMSubtarget;
/// ARMMCInstLower - This class is used to lower an MachineInstr into an MCInst.
class LLVM_LIBRARY_VISIBILITY ARMMCInstLower {
@@ -39,7 +35,6 @@ public:
void Lower(const MachineInstr *MI, MCInst &OutMI) const;
private:
- MCSymbol *GetGlobalAddressSymbol(const GlobalValue *GV) const;
MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Sym) const;
};
OpenPOWER on IntegriCloud