Skip to content
Commit defd4b08 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

AnalyzeBranch doesn't change which successors a bb has, just the order

we try to branch to them.

Before we were creating successor lists with duplicated entries. Fixing that
found a bug in isBlockOnlyReachableByFallthrough that would causes it to
return the wrong answer for

-----------
...
jne foo
jmp bar

foo:
----------

llvm-svn: 132882
parent d2b4713e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment