Commit 6531d1be by Bernhard Fischer Committed by Bernhard Reutner-Fischer

tree-cfg.c: Prune whitespace.

	* tree-cfg.c: Prune whitespace.
	(debug_tree_cfg): Point to correct header containing the
	TDF_* defines.

From-SVN: r113954
parent 95a52ebb
2006-05-21 Bernhard Fischer <aldot@gcc.gnu.org>
* tree-cfg.c: Prune whitespace.
(debug_tree_cfg): Point to correct header containing the
TDF_* defines.
2006-05-21 Bernhard Fischer <aldot@gcc.gnu.org>
PR middle-end/25776
* cgraphunit.c (verify_cgraph_node): Typo in error message.
......
......@@ -1421,7 +1421,6 @@ single_noncomplex_succ (basic_block bb)
}
/* Walk the function tree removing unnecessary statements.
* Empty statement nodes are removed
......@@ -2273,7 +2272,7 @@ debug_tree_bb_n (int n)
/* Dump the CFG on stderr.
FLAGS are the same used by the tree dumping functions
(see TDF_* in tree.h). */
(see TDF_* in tree-pass.h). */
void
debug_tree_cfg (int flags)
......@@ -2901,7 +2900,6 @@ bsi_move_to_bb_end (block_stmt_iterator *from, basic_block bb)
with STMT. If UPDATE_EH_INFO is true, the exception handling
information of the original statement is moved to the new statement. */
void
bsi_replace (const block_stmt_iterator *bsi, tree stmt, bool update_eh_info)
{
......
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