summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-11-25 17:04:35 +0000
committerTim Northover <tnorthover@apple.com>2013-11-25 17:04:35 +0000
commitd34094e5258e3e118b10728ca9a744cefb713cad (patch)
tree48328683e205ccc7535161392f9d2b170ff6594b /llvm/lib
parenta2b2465e45fac82d4425457cddb97efeb39d6213 (diff)
downloadbcm5719-llvm-d34094e5258e3e118b10728ca9a744cefb713cad.tar.gz
bcm5719-llvm-d34094e5258e3e118b10728ca9a744cefb713cad.zip
Fix indentation typo
llvm-svn: 195660
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 122aafd5bf1..6530a6fac94 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -817,7 +817,7 @@ EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
// On Darwin, const-pool entries may get the "FOO$non_lazy_ptr" mangling, so
// flag the global as MO_NONLAZY.
unsigned char TF = Subtarget->isTargetDarwin() ? ARMII::MO_NONLAZY : 0;
- MCSym = GetARMGVSymbol(GV, TF);
+ MCSym = GetARMGVSymbol(GV, TF);
} else if (ACPV->isMachineBasicBlock()) {
const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB();
MCSym = MBB->getSymbol();
OpenPOWER on IntegriCloud