tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
authortbm <tbm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Mar 2007 09:40:15 +0000 (09:40 +0000)
committertbm <tbm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Mar 2007 09:40:15 +0000 (09:40 +0000)
spurious whitespace from error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122690 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-coalesce.c

index 76b69f5..dc43b92 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR c++/30852
index 80586bd..e7131ea 100644 (file)
@@ -909,7 +909,7 @@ abnormal_corrupt (tree phi, int i)
 static inline void
 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");
   print_generic_expr (stderr, ssa_name (x), TDF_SLIM);
   fprintf (stderr, " and  ");