commit | c66764c00756d800aede2fd32d55658a236b1912 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Sep 10 06:36:57 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Sep 10 06:36:57 2006 +0000 |
tree | 6a67d334609227586aa7d357c5d09db56a33f02d | |
parent | dc08cd56c4982d01dd83989318aa82da94b84c8f [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30236 91177308-0d34-0410-b5e6-96231b3b80d8