diff options
Diffstat (limited to 'gcc/config/rl78/rl78.c')
-rw-r--r-- | gcc/config/rl78/rl78.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index 48318931404..0e4c2278974 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -1367,8 +1367,8 @@ rl78_expand_prologue (void) emit_insn (gen_subhi3 (ax, ax, GEN_INT (fs))); insn = F (emit_move_insn (sp, ax)); add_reg_note (insn, REG_FRAME_RELATED_EXPR, - gen_rtx_SET (SImode, sp, - gen_rtx_PLUS (HImode, sp, GEN_INT (-fs)))); + gen_rtx_SET (sp, gen_rtx_PLUS (HImode, sp, + GEN_INT (-fs)))); } else { |