Skip to content
Commit 2e0dfb0b authored by Chris Lattner's avatar Chris Lattner
Browse files

This code was trying too hard. By eliminating redundant edges in the CFG

due to switch cases going to the same place, it make #pred != #phi entries,
breaking live interval analysis.

This fixes 458.sjeng on x86 with llc.

llvm-svn: 30236
parent 9a22d7b6
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