mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Adjust indenting of arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -393,9 +393,9 @@ void PHIElimination::analyzePHINodes(const MachineFunction& MF) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool PHIElimination::SplitPHIEdges(MachineFunction &MF,
|
bool PHIElimination::SplitPHIEdges(MachineFunction &MF,
|
||||||
MachineBasicBlock &MBB,
|
MachineBasicBlock &MBB,
|
||||||
LiveVariables &LV,
|
LiveVariables &LV,
|
||||||
MachineLoopInfo *MLI) {
|
MachineLoopInfo *MLI) {
|
||||||
if (MBB.empty() || !MBB.front().isPHI() || MBB.isLandingPad())
|
if (MBB.empty() || !MBB.front().isPHI() || MBB.isLandingPad())
|
||||||
return false; // Quick exit for basic blocks without PHIs.
|
return false; // Quick exit for basic blocks without PHIs.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user