Skip to content

Commit

Permalink
80 cols fix since i'm looking at this function anyway. NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236885 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
cooperp committed May 8, 2015
1 parent aedc9c7 commit 8eaf047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CodeGen/MachineSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8eaf047

Please sign in to comment.