From: Etienne Bergeron Date: Tue, 21 Jun 2016 15:21:04 +0000 (+0000) Subject: fix indentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd50d3e42855038ce9e9802ed7ff7fbe718b4a1;p=llvm fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMMCInstLower.cpp b/lib/Target/ARM/ARMMCInstLower.cpp index e12c3305c4e..7429acdb09a 100644 --- a/lib/Target/ARM/ARMMCInstLower.cpp +++ b/lib/Target/ARM/ARMMCInstLower.cpp @@ -78,7 +78,7 @@ bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, break; } case MachineOperand::MO_ExternalSymbol: - MCOp = GetSymbolRef(MO, + MCOp = GetSymbolRef(MO, GetExternalSymbolSymbol(MO.getSymbolName())); break; case MachineOperand::MO_JumpTableIndex: