diff options
Diffstat (limited to 'lib/Target/ARM/ARMMCInstLower.h')
-rw-r--r-- | lib/Target/ARM/ARMMCInstLower.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMMCInstLower.h b/lib/Target/ARM/ARMMCInstLower.h index 79ed2e9c48..c4d27f88df 100644 --- a/lib/Target/ARM/ARMMCInstLower.h +++ b/lib/Target/ARM/ARMMCInstLower.h @@ -43,7 +43,8 @@ public: //MCSymbol *GetPICBaseSymbol() const; MCSymbol *GetGlobalAddressSymbol(const GlobalValue *GV) const; const MCSymbolRefExpr *GetSymbolRef(const MachineOperand &MO) const; - MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const; + const MCSymbolRefExpr *GetExternalSymbolSymbol(const MachineOperand &MO) + const; MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const; MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const; MCOperand LowerSymbolRefOperand(const MachineOperand &MO, |