diff options
Diffstat (limited to 'gcc/config/ip2k/ip2k.c')
-rw-r--r-- | gcc/config/ip2k/ip2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ip2k/ip2k.c b/gcc/config/ip2k/ip2k.c index 07537f678be..1b9151e28e0 100644 --- a/gcc/config/ip2k/ip2k.c +++ b/gcc/config/ip2k/ip2k.c @@ -3761,7 +3761,7 @@ track_dp_reload (insn, dp_current, dp_current_ok, modifying) + GET_MODE_SIZE (GET_MODE (XEXP (set, 0)))); *dp_current = gen_rtx_MEM (HImode, gen_rtx_PLUS (Pmode, - gen_rtx_REG(HImode, REG_SP), + gen_rtx_REG (HImode, REG_SP), GEN_INT (disp))); return 1; } |