mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
80 cols fix since i'm looking at this function anyway. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aedc9c7f8c
commit
8eaf047588
@ -656,7 +656,8 @@ bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
|
||||
|
||||
bool BreakPHIEdge = false;
|
||||
MachineBasicBlock *ParentBlock = MI->getParent();
|
||||
MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge);
|
||||
MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock,
|
||||
BreakPHIEdge);
|
||||
|
||||
// If there are no outputs, it must have side-effects.
|
||||
if (!SuccToSinkTo)
|
||||
|
Loading…
Reference in New Issue
Block a user