2003-12-10 Andrew Pinski <pinskia@physics.uc.edu>
* emit-rtl.c (copy_rtx_if_shared_1): Fix warning.
From-SVN: r74504
+2003-12-10 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * emit-rtl.c (copy_rtx_if_shared_1): Fix warning.
+
2003-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
Backport from mainline (fixes unreported regression):
because it looks safe and profitable in one context, but
in some other context it creates unrecognizable RTL. */
if (CONSTANT_ADDRESS_P (XEXP (x, 0)))
- return x;
+ return;
break;