This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r109717 - in /trunk/gcc: ChangeLog ifcvt.c test...


Author: ian
Date: Sun Jan 15 02:49:17 2006
New Revision: 109717

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109717
Log:
./:
	* ifcvt.c (noce_init_if_info): New static function, broken out of
	noce_process_if_block.
	(noce_process_if_block): Call noce_init_if_info.
	(check_cond_move_block): New static function.
	(cond_move_process_if_block): New static function.
	(process_if_block): Call cond_move_process_if_block.
testsuite/:
	* gcc.target/i386/cmov6.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/cmov6.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ifcvt.c
    trunk/gcc/testsuite/ChangeLog


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