]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
emit-rtl.c (copy_rtx_if_shared_1): Fix warning.
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 10 Dec 2003 17:37:18 +0000 (17:37 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 10 Dec 2003 17:37:18 +0000 (09:37 -0800)
2003-12-10  Andrew Pinski  <pinskia@physics.uc.edu>

        * emit-rtl.c (copy_rtx_if_shared_1): Fix warning.

From-SVN: r74504

gcc/ChangeLog
gcc/emit-rtl.c

index 139b1bef3268de02043021762d2395ad5da7e932..158133a5c535c3ea743b0d3196b7d4714057bc52 100644 (file)
@@ -1,3 +1,7 @@
+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):
index ef0e1569305138563f91ccf37c3aa9e6a28fa39f..ac69c0bf15c97e014547e92035ad2f68057dbc0e 100644 (file)
@@ -2642,7 +2642,7 @@ repeat:
         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;