* toplev.c (rest_of_compilation): Revert flag_if_conversion change.

From-SVN: r54480
This commit is contained in:
Roger Sayle 2002-06-11 03:19:58 +00:00 committed by Roger Sayle
parent a538146672
commit e654730d58
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-10 Roger Sayle <roger@eyesopen.com>
* toplev.c (rest_of_compilation): Revert flag_if_conversion change.
2002-06-10 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (MACHMODE_H): Add @extra_modes_file@.

View File

@ -2723,7 +2723,7 @@ rest_of_compilation (decl)
timevar_push (TV_JUMP);
if (flag_delete_null_pointer_checks)
if (flag_delete_null_pointer_checks || flag_if_conversion)
{
open_dump_file (DFI_null, decl);
find_basic_blocks (insns, max_reg_num (), rtl_dump_file);