diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 086fdc69d6f..2e510dc66f2 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1194,7 +1194,7 @@ free_temps_for_rtl_expr (t) /* If this slot is below the current TEMP_SLOT_LEVEL, then it needs to be preserved. This can happen if a temporary in the RTL_EXPR was addressed; preserve_temp_slots will move - the temporary into a higher level. */ + the temporary into a higher level. */ if (temp_slot_level <= p->level) p->in_use = 0; else @@ -4956,7 +4956,7 @@ assign_parms (fndecl) if (promoted_mode != nominal_mode) { - /* Conversion is required. */ + /* Conversion is required. */ rtx tempreg = gen_reg_rtx (GET_MODE (entry_parm)); emit_move_insn (tempreg, validize_mem (entry_parm)); |