summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCInstLower.cpp
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-06-21 15:21:04 +0000
committerEtienne Bergeron <etienneb@google.com>2016-06-21 15:21:04 +0000
commit715ec09dcfc143326e76bd3818ecd3ca8eb5263d (patch)
treeeb0a441f55d1d1bafa713fce2b88a03626b7bf01 /llvm/lib/Target/ARM/ARMMCInstLower.cpp
parent98b76f6f8748eba53fe2fcc541faf7473521aad4 (diff)
downloadbcm5719-llvm-715ec09dcfc143326e76bd3818ecd3ca8eb5263d.tar.gz
bcm5719-llvm-715ec09dcfc143326e76bd3818ecd3ca8eb5263d.zip
fix indentation
llvm-svn: 273274
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.cpp b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
index e12c3305c4e..7429acdb09a 100644
--- a/llvm/lib/Target/ARM/ARMMCInstLower.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud