aboutsummaryrefslogtreecommitdiff
path: root/gcc/genemit.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/genemit.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/genemit.c')
-rw-r--r--gcc/genemit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 73ed323..d590f8d 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -305,7 +305,7 @@ emit_c_code (const char *code, bool can_fail_p, const char *name)
else
printf ("#define FAIL _Pragma (\"GCC error \\\"%s cannot FAIL\\\"\")"
" (void)0\n", name);
- printf ("#define DONE return (_val = get_insns (),"
+ printf ("#define DONE return (_val = get_insns (), "
"end_sequence (), _val)\n");
rtx_reader_ptr->print_md_ptr_loc (code);