This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
trivial ifconvert fix
- To: gcc-patches at gcc dot gnu dot org
- Subject: trivial ifconvert fix
- From: Jan Hubicka <jh at suse dot cz>
- Date: Sat, 27 Oct 2001 16:27:53 +0200
Found while testing the reg-stack pass. We don't clear the flags after
updating.
I am going to install it as obvious.
Bootstrapped/regtested i386.
Sat Oct 27 17:28:10 CEST 2001 Jan Hubicka <jh@suse.cz>
* ifcvt.c (if_convert): Call clear_aux_for_blocks.
*** ifcvt.c.old Sat Oct 27 17:17:27 2001
--- ifcvt.c Sat Oct 27 17:17:46 2001
*************** if_convert (x_life_data_ok)
*** 2742,2747 ****
--- 2742,2748 ----
sbitmap_free (update_life_blocks);
}
+ clear_aux_for_blocks ();
/* Write the final stats. */
if (rtl_dump_file && num_possible_if_blocks > 0)