Skip to content
Commit 8fb69ee8 authored by Frits van Bommel's avatar Frits van Bommel
Browse files

Teach SimplifyCFG to turn

  (indirectbr (select cond, blockaddress(@fn, BlockA),
                            blockaddress(@fn, BlockB)))
into
  (br cond, BlockA, BlockB).

llvm-svn: 120943
parent 68861717
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