diff options
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r-- | gcc/cprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c index e315e53..7d20c44 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -972,7 +972,7 @@ cprop_jump (basic_block bb, rtx_insn *setcc, rtx_insn *jump, rtx from, rtx src) if (dump_file != NULL) { fprintf (dump_file, - "GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with" + "GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with " "constant ", REGNO (from), INSN_UID (jump)); print_rtl (dump_file, src); fprintf (dump_file, "\n"); |