]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 76b69f5711852c68d4581533ebe196bd073e2c9b..dc43b9262a29d9f888f5a1b7ef9bc4246b9d93ba 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 80586bd038ca2f3ab2181a292e555cdbfbfa5325..e7131eac9fe8281c8ad504e003f46afb391304a3 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  ");