aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-02-13 22:56:13 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-02-13 22:56:13 +0100
commitaa326bfb90c7ad2bf16b9582dac7e3de102ca6c5 (patch)
tree136fa8cc59c566f2e3fee968355d8cc884994b92 /gcc/tree-ssa-structalias.c
parent3ae481772f5ac234fad7028586f2c8559c707cb4 (diff)
downloadgcc-aa326bfb90c7ad2bf16b9582dac7e3de102ca6c5.zip
gcc-aa326bfb90c7ad2bf16b9582dac7e3de102ca6c5.tar.gz
gcc-aa326bfb90c7ad2bf16b9582dac7e3de102ca6c5.tar.bz2
cprop.c (cprop_jump): Add missing space in string literal.
* cprop.c (cprop_jump): Add missing space in string literal. * tree-ssa-structalias.c (rewrite_constraints): Likewise. (get_constraint_for_component_ref): Likewise. * df-core.c (df_worklist_dataflow_doublequeue): Likewise. * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise. * lra-constraints.c (process_alt_operands): Likewise. * ipa-inline.c (inline_small_functions): Likewise. * tree-ssa-sccvn.c (visit_reference_op_store): Likewise. * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise. * trans-mem.c (diagnose_tm_1_op): Likewise. * omp-grid.c (grid_find_single_omp_among_assignments): Likewise. (grid_parallel_clauses_gridifiable): Likewise. c/ * c-parser.c (c_parser_oacc_declare): Add missing space in diagnostics. fortran/ * trans-expr.c (gfc_conv_substring): Add missing space in diagnostics. From-SVN: r245409
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c6
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