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> 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 PR middle-end/25776
* cgraphunit.c (verify_cgraph_node): Typo in error message. * cgraphunit.c (verify_cgraph_node): Typo in error message.
......
...@@ -1421,7 +1421,6 @@ single_noncomplex_succ (basic_block bb) ...@@ -1421,7 +1421,6 @@ single_noncomplex_succ (basic_block bb)
} }
/* Walk the function tree removing unnecessary statements. /* Walk the function tree removing unnecessary statements.
* Empty statement nodes are removed * Empty statement nodes are removed
...@@ -2273,7 +2272,7 @@ debug_tree_bb_n (int n) ...@@ -2273,7 +2272,7 @@ debug_tree_bb_n (int n)
/* Dump the CFG on stderr. /* Dump the CFG on stderr.
FLAGS are the same used by the tree dumping functions FLAGS are the same used by the tree dumping functions
(see TDF_* in tree.h). */ (see TDF_* in tree-pass.h). */
void void
debug_tree_cfg (int flags) debug_tree_cfg (int flags)
...@@ -2901,7 +2900,6 @@ bsi_move_to_bb_end (block_stmt_iterator *from, basic_block bb) ...@@ -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 with STMT. If UPDATE_EH_INFO is true, the exception handling
information of the original statement is moved to the new statement. */ information of the original statement is moved to the new statement. */
void void
bsi_replace (const block_stmt_iterator *bsi, tree stmt, bool update_eh_info) 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