On 08/03/2011 07:02 AM, Richard Guenther wrote: > Reserved registers are a no-go (like %esp), either global or local.
Local register variables referring to anything in fixed_regs are trivial to handle -- continue to treat them exactly as we currently do. They won't be clobbered by random code movement because they're fixed. r~