diff options
Diffstat (limited to 'gcc/config/m32r/m32r.c')
-rw-r--r-- | gcc/config/m32r/m32r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index d88067bef30..9ebae494f62 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -2034,7 +2034,7 @@ m32r_output_function_prologue (FILE * file, HOST_WIDE_INT size) } /* Do any necessary cleanup after a function to restore stack, frame, - and regs. */ + and regs. */ static void m32r_output_function_epilogue (FILE * file, HOST_WIDE_INT size ATTRIBUTE_UNUSED) @@ -2724,7 +2724,7 @@ emit_cond_move (rtx * operands, rtx insn ATTRIBUTE_UNUSED) } /* Returns true if the registers contained in the two - rtl expressions are different. */ + rtl expressions are different. */ int m32r_not_same_reg (rtx a, rtx b) |