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
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