On 09/21/2012 02:00 PM, Aldy Hernandez wrote: > + /* ?? For TM_* builtin replacements, can we set this to FALSE?? > + Otherwise, do we need to propagate the may_irr bit? */ > + node->local.tm_may_enter_irr = true;
Yes we can. Indeed, I think we should have to insist on it. Assert that the replacement is one of our TM builtins. If we're replacing anything else at this stage, something (else) bad has happened. r~