diff options
Diffstat (limited to 'gcc/config/mips/mips.c')
-rw-r--r-- | gcc/config/mips/mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index b79ce0e2779..db087f144a6 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -1656,9 +1656,6 @@ mips_load_got (rtx base, rtx addr, int reloc) if (reloc != RELOC_CALL16 && reloc != RELOC_CALL_LO) RTX_UNCHANGING_P (mem) = 1; - if (Pmode != ptr_mode) - mem = gen_rtx_SIGN_EXTEND (Pmode, mem); - return mem; } |