Commit 068c623d by Martin Michlmayr Committed by Martin Michlmayr

tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove

spurious whitespace from error message.

From-SVN: r122690
parent e1e24dc1
2007-03-08 Martin Michlmayr <tbm@cyrius.com>
* tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
spurious whitespace from error message.
2007-03-08 Volker Reichelt <reichelt@netcologne.de> 2007-03-08 Volker Reichelt <reichelt@netcologne.de>
PR c++/30852 PR c++/30852
......
...@@ -909,7 +909,7 @@ abnormal_corrupt (tree phi, int i) ...@@ -909,7 +909,7 @@ abnormal_corrupt (tree phi, int i)
static inline void static inline void
fail_abnormal_edge_coalesce (int x, int y) fail_abnormal_edge_coalesce (int x, int y)
{ {
fprintf (stderr, "\nUnable to coalesce ssa_names %d and %d ",x, y); fprintf (stderr, "\nUnable to coalesce ssa_names %d and %d",x, y);
fprintf (stderr, " which are marked as MUST COALESCE.\n"); fprintf (stderr, " which are marked as MUST COALESCE.\n");
print_generic_expr (stderr, ssa_name (x), TDF_SLIM); print_generic_expr (stderr, ssa_name (x), TDF_SLIM);
fprintf (stderr, " and "); fprintf (stderr, " and ");
......
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