> Most of "Emit" is now dead code since these expressions > can only occur in a "binary" GIMPLE_ASSIGN expression, > and are handled elsewhere. Or a "unary" GIMPLE_ASSIGN. In short these expressions are always encoded inside a GIMPLE_ASSIGN. Ciao, Duncan.