On Mon, Nov 26, 2018 at 15:04:50 -0800, Richard Henderson wrote: > Delete trivially dead code that follows unconditional branches and > noreturn helpers. These can occur either via optimization or via > the structure of a target's translator following an exception. > > Signed-off-by: Richard Henderson <[email protected]> > --- (snip) > + /* > + * Optimization can fold conditional branches to > unconditional. > + * If we find a label with one reference which is preceeded > by
s/preceeded/preceded/ Reviewed-by: Emilio G. Cota <[email protected]> for the series. Thanks, E.
