[PATCH] Fix PR optimization/8300 and target/9763 (Sparc)

Richard Henderson rth@redhat.com
Sun Mar 23 21:03:00 GMT 2003


On Sun, Mar 23, 2003 at 10:17:01AM +0100, Eric Botcazou wrote:
>       if (initialize_uninitialized_subregs ())
> 	{
> 	  /* Insns were inserted, so things might look a bit different.  */
> 	  insns = get_insns ();
> 	  life_analysis (insns, rtl_dump_file, 
> 			 (PROP_LOG_LINKS | PROP_REG_INFO | PROP_DEATH_NOTES));

If we're re-running PROP_REG_INFO, there's no reason we can't
enable new pseudos.


r~



More information about the Gcc-patches mailing list