This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r120524 - in /trunk/gcc: ChangeLog ifcvt.c
- From: steven at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 06 Jan 2007 13:56:54 -0000
- Subject: r120524 - in /trunk/gcc: ChangeLog ifcvt.c
Author: steven
Date: Sat Jan 6 13:56:53 2007
New Revision: 120524
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120524
Log:
* ifcvt.c (cond_move_convert_if_block): New function, code
factored out from...
(cond_move_process_if_block): ...here. Call the new function
on the THEN and ELSE blocks.
(merge_if_block): Do not copy global_live_at_end, merge_blocks
already takes care of this.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ifcvt.c