Commit 6ade0959 by Gerald Pfeifer Committed by Gerald Pfeifer

tree-cfg.c (tree_verify_flow_info): Do not terminate error() message with \n.

	* tree-cfg.c (tree_verify_flow_info): Do not terminate error()
	message with \n.

From-SVN: r91291
parent e850e1f4
2004-11-25 Gerald Pfeifer <gerald@pfeifer.com>
* tree-cfg.c (tree_verify_flow_info): Do not terminate error()
message with \n.
2004-11-25 Nathan Sidwell <nathan@codesourcery.com>
* config/rs6000/altivec.md (VIshort): New mode macro.
......
......@@ -3816,7 +3816,7 @@ tree_verify_flow_info (void)
if (label_bb->aux != (void *)2)
{
error ("Missing edge %i->%i\n",
error ("Missing edge %i->%i",
bb->index, label_bb->index);
err = 1;
}
......
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