Commit 7aa88bcf by Richard Henderson Committed by Richard Henderson

* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.

From-SVN: r33590
parent 8eec72ec
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
}
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