]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/m68k/m68k.c
explow.c (plus_constant_wide, [...]): New case.
[thirdparty/gcc.git] / gcc / config / m68k / m68k.c
index e377e77c15efec964e107db9430383d33efb1462..d0c3da1f3a154fd39ee870b9f2b1a64b27774599 100644 (file)
@@ -1402,7 +1402,7 @@ legitimize_pic_address (orig, mode, reg)
       else abort ();
 
       if (GET_CODE (orig) == CONST_INT)
-       return plus_constant_for_output (base, INTVAL (orig));
+       return plus_constant (base, INTVAL (orig));
       pic_ref = gen_rtx_PLUS (Pmode, base, orig);
       /* Likewise, should we set special REG_NOTEs here?  */
     }