Commit e654730d by Roger Sayle Committed by Roger Sayle

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

From-SVN: r54480
parent a5381466
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@.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment