diff options
Diffstat (limited to 'contrib/llvm/lib/Target/X86/X86MCInstLower.h')
-rw-r--r-- | contrib/llvm/lib/Target/X86/X86MCInstLower.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Target/X86/X86MCInstLower.h b/contrib/llvm/lib/Target/X86/X86MCInstLower.h index 539b09b..0210072 100644 --- a/contrib/llvm/lib/Target/X86/X86MCInstLower.h +++ b/contrib/llvm/lib/Target/X86/X86MCInstLower.h @@ -40,8 +40,6 @@ public: void Lower(const MachineInstr *MI, MCInst &OutMI) const; - MCSymbol *GetPICBaseSymbol() const; - MCSymbol *GetSymbolFromOperand(const MachineOperand &MO) const; MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const; |