Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
junmopark-sec committed Dec 4, 2015
1 parent a9a96c1 commit d8ba62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/BranchFolding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static unsigned ComputeCommonTailLength(MachineBasicBlock *MBB1,
}
// Back past possible debugging pseudos at beginning of block. This matters
// when one block differs from the other only by whether debugging pseudos
// are present at the beginning. (This way, the various checks later for
// are present at the beginning. (This way, the various checks later for
// I1==MBB1->begin() work as expected.)
if (I1 == MBB1->begin() && I2 != MBB2->begin()) {
--I2;
Expand Down

0 comments on commit d8ba62a

Please sign in to comment.