diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-10-25 00:27:10 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-10-25 00:27:10 +0200 |
commit | f8cb8bcde13df2f2b1a996567c849ec512eec210 (patch) | |
tree | 67adcb0e05087bc06e27587ef4d99ec1f233b4cd /gcc/tree-vect-data-refs.c | |
parent | ea3628bdeb9a5411aaa1aa567fa6bc005057482f (diff) | |
download | gcc-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-vect-data-refs.c')
-rw-r--r-- | gcc/tree-vect-data-refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index 987dc0e..9dd18d2 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -4282,7 +4282,7 @@ vect_analyze_data_refs (vec_info *vinfo, poly_uint64 *min_vf, bool *fatal) { if (nested_in_vect_loop_p (loop, stmt_info)) return opt_result::failure_at (stmt_info->stmt, - "not vectorized:" + "not vectorized: " "not suitable for strided load %G", stmt_info->stmt); STMT_VINFO_STRIDED_P (stmt_info) = true; |