loop.c canonical form patch for new_ia32_branch

Richard Henderson rth@cygnus.com
Sat Jul 31 22:30:00 GMT 1999


On Fri, Jul 23, 1999 at 06:08:34PM -0400, Stan Cox wrote:
> A loop similar to the following yields a non-canonical unrecognized insn.
> 
> int level = xlw_menu_level  ();
> int l = level;
> 
>   while (level >= 3)
>     {
>       --level;
>       xlw_pop_menu  ();
>     }
>   menu_move_up ();
> 
>   if (l > 2)
>     return 1;

When you check this in, also put in the test case you'd sent 
me in mail.


r~



More information about the Gcc-patches mailing list