diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index d51a5ad..390d5bb 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -2564,7 +2564,7 @@ rewrite_constraints (constraint_graph_t graph, if (dump_file && (dump_flags & TDF_DETAILS)) { - fprintf (dump_file, "%s is a non-pointer variable," + fprintf (dump_file, "%s is a non-pointer variable, " "ignoring constraint:", get_varinfo (lhs.var)->name); dump_constraint (dump_file, c); @@ -2579,7 +2579,7 @@ rewrite_constraints (constraint_graph_t graph, if (dump_file && (dump_flags & TDF_DETAILS)) { - fprintf (dump_file, "%s is a non-pointer variable," + fprintf (dump_file, "%s is a non-pointer variable, " "ignoring constraint:", get_varinfo (rhs.var)->name); dump_constraint (dump_file, c); @@ -3295,7 +3295,7 @@ get_constraint_for_component_ref (tree t, vec<ce_s> *results, else if (bitmaxsize == 0) { if (dump_file && (dump_flags & TDF_DETAILS)) - fprintf (dump_file, "Access to zero-sized part of variable," + fprintf (dump_file, "Access to zero-sized part of variable, " "ignoring\n"); } else |