mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Fix indentation typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff3808915c
commit
bb0cd33b84
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user