tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
spurious whitespace from error message. From-SVN: r122690
This commit is contained in:
parent
e1e24dc19f
commit
068c623d02
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ");
|
||||
|
|
Loading…
Add table
Reference in a new issue