diff options
Diffstat (limited to 'gcc/config/mips/mips.c')
-rw-r--r-- | gcc/config/mips/mips.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index f4010da..ee71c40 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -8203,13 +8203,6 @@ mips_frame_set (rtx mem, rtx reg) { rtx set; - /* If we're saving the return address register and the DWARF return - address column differs from the hard register number, adjust the - note reg to refer to the former. */ - if (REGNO (reg) == RETURN_ADDR_REGNUM - && DWARF_FRAME_RETURN_COLUMN != RETURN_ADDR_REGNUM) - reg = gen_rtx_REG (GET_MODE (reg), DWARF_FRAME_RETURN_COLUMN); - set = gen_rtx_SET (VOIDmode, mem, reg); RTX_FRAME_RELATED_P (set) = 1; |