mips.h (INITIALIZE_TRAMPOLINE): Simplify.
[gcc.git] / gcc / config / mips / mips.c
index b79ce0e27794ecba9ef748eb6f59778eb9fb9e34..db087f144a6cfcc61ec7eedab977275e085ecbd5 100644 (file)
@@ -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;
 }