aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ch.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-10-25 00:27:10 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-10-25 00:27:10 +0200
commitf8cb8bcde13df2f2b1a996567c849ec512eec210 (patch)
tree67adcb0e05087bc06e27587ef4d99ec1f233b4cd /gcc/tree-ssa-loop-ch.c
parentea3628bdeb9a5411aaa1aa567fa6bc005057482f (diff)
downloadgcc-f8cb8bcde13df2f2b1a996567c849ec512eec210.zip
gcc-f8cb8bcde13df2f2b1a996567c849ec512eec210.tar.gz
gcc-f8cb8bcde13df2f2b1a996567c849ec512eec210.tar.bz2
arc.c (hwloop_optimize): Add missing space in string literal.
* config/arc/arc.c (hwloop_optimize): Add missing space in string literal. * config/rx/rx.c (rx_print_operand): Likewise. * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise. * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise. * ipa-sra.c (create_parameter_descriptors, process_scan_results): Likewise. * genemit.c (emit_c_code): Likewise. * plugin.c (try_init_one_plugin): Likewise. Formatting fix. cp/ * call.c (convert_arg_to_ellipsis): Add missing space in string literal. From-SVN: r277426
Diffstat (limited to 'gcc/tree-ssa-loop-ch.c')
-rw-r--r--gcc/tree-ssa-loop-ch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ch.c b/gcc/tree-ssa-loop-ch.c
index d92d7c8..5a30a29 100644
--- a/gcc/tree-ssa-loop-ch.c
+++ b/gcc/tree-ssa-loop-ch.c
@@ -199,7 +199,7 @@ should_duplicate_loop_header_p (basic_block header, class loop *loop,
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file,
" Not duplicating bb %i: condition based on non-IV loop"
- "variant.\n", header->index);
+ " variant.\n", header->index);
return false;
}