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/10050] ifcvt is not smart enough



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-01-15 03:15 -------
This might have been fixed by (I am going to check soon) :
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=10050


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