+2002-06-10 Roger Sayle <roger@eyesopen.com>
+
+ * toplev.c (rest_of_compilation): Disable early if-conversion pass.
+ * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
+
2002-06-10 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.h: Improve comments.
timevar_push (TV_JUMP);
- if (flag_delete_null_pointer_checks || flag_if_conversion)
+ if (flag_delete_null_pointer_checks)
{
open_dump_file (DFI_null, decl);
find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
if (flag_delete_null_pointer_checks)
delete_null_pointer_checks (insns);
- timevar_push (TV_IFCVT);
- if (flag_if_conversion)
- if_convert (0);
- timevar_pop (TV_IFCVT);
cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
close_dump_file (DFI_null, print_rtl_with_bb, insns);
}