This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

trivial ifconvert fix


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]