diff options
Diffstat (limited to 'llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h b/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h index 606424641cd..a2b99ae83c0 100644 --- a/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h +++ b/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h @@ -39,6 +39,7 @@ public: MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const; MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const; + MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const; MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const; MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const; }; |

