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
This commit is contained in:
Gerald Pfeifer 2004-11-25 13:31:47 +00:00 committed by Gerald Pfeifer
parent e850e1f4bd
commit 6ade095922
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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;
}