* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
From-SVN: r33590
This commit is contained in:
parent
8eec72ec41
commit
7aa88bcf41
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-01 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
|
||||
|
||||
2000-05-01 Jason Merrill <jason@casey.cygnus.com>
|
||||
|
||||
* integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
|
||||
|
|
|
@ -2046,5 +2046,7 @@ if_convert (life_data_ok)
|
|||
num_removed_blocks);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_CHECKING
|
||||
verify_flow_info ();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue