Test commit.

llvm-svn: 270056
This commit is contained in:
Ranjeet Singh 2016-05-19 12:44:39 +00:00
parent 9b15b6f2d7
commit c520e93d9a
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ LBB4:
b LBB2
If BB4 is the only predecessor of BB3, then we can emit BB3 after BB4. We can
then eliminate beq and and turn the unconditional branch to LBB2 to a bne.
then eliminate beq and turn the unconditional branch to LBB2 to a bne.
See McCat/18-imp/ComputeBoundingBoxes for an example.