This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/22568] Should use cmov in some stituations



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-01-15 03:14 -------
This might be fixed by (I am checking right now):
2006-01-14  Ian Lance Taylor  <ian@airs.com>

        * 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.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22568


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