Re: [llvm-commits] Fix PR1224 differently

2007-06-12 Thread Chris Lattner
Looks fine to me, please apply, -Chris On Jun 9, 2007, at 7:21 AM, Duncan Sands wrote: > The fix that was applied for PR1224 stops the compiler > crashing but breaks exception handling. The problem > described in PR1224 is that invoke is a terminator that > can produce a value. The value may b

[llvm-commits] Fix PR1224 differently

2007-06-09 Thread Duncan Sands
The fix that was applied for PR1224 stops the compiler crashing but breaks exception handling. The problem described in PR1224 is that invoke is a terminator that can produce a value. The value may be needed in other blocks. The code that writes to registers values needed in other blocks runs be