Evan Cheng 43aeab68a6 Conditional branch being fixed up is not the last MI in the BB, there is a
unconditional branch following it. Simply invert the condition and swap
destinations if the conditional branch can reach the destination of the
unconditional branch:
beq L1
b   L2
=>
bne L2
b   L1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33548 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-26 20:38:26 +00:00
..
2007-01-26 01:08:18 +00:00
2007-01-26 08:05:27 +00:00
2007-01-26 08:10:24 +00:00
2007-01-26 14:34:52 +00:00
2007-01-26 08:11:39 +00:00
2007-01-26 08:11:39 +00:00
2007-01-23 10:26:08 +00:00
2007-01-23 10:26:08 +00:00
2007-01-26 08:11:39 +00:00
2007-01-26 08:07:57 +00:00