mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5758a711f4
commit
8d49134eea
@ -162,8 +162,8 @@ bool PHIElimination::runOnMachineFunction(MachineFunction &MF) {
|
||||
// Clean up the lowered PHI instructions.
|
||||
for (LoweredPHIMap::iterator I = LoweredPHIs.begin(), E = LoweredPHIs.end();
|
||||
I != E; ++I) {
|
||||
if (LIS)
|
||||
LIS->RemoveMachineInstrFromMaps(I->first);
|
||||
if (LIS)
|
||||
LIS->RemoveMachineInstrFromMaps(I->first);
|
||||
MF.DeleteMachineInstr(I->first);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user