]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/54661 (mcore_output_movedouble: operation on ‘memexp’ may be undefined)
authorNick Clifton <nickc@redhat.com>
Tue, 9 Oct 2012 08:37:00 +0000 (08:37 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 9 Oct 2012 08:37:00 +0000 (08:37 +0000)
PR target/54661
* config/mcore/mcore.c (mcore_output_movedouble): Fix typo.

From-SVN: r192241

gcc/ChangeLog
gcc/config/mcore/mcore.c

index b7b1f94bc7b13ed3c2034ea66b7f551edc2d0a28..6b37b4b4cf31c6e8fca324c0e9ba2ae2be4bf82f 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-09  Nick Clifton  <nickc@redhat.com>
+
+       PR target/54661
+       * config/mcore/mcore.c (mcore_output_movedouble): Fix typo.
+
 2012-10-09  Marc Glisse  <marc.glisse@inria.fr>
 
        PR c++/54427
index 501c8cee81429ad04cf2271fad69f71af6ce61e8..d561e00f58ce172c09bea22ee5d2fe2d6916e828 100644 (file)
@@ -1,6 +1,6 @@
 /* Output routines for Motorola MCore processor
    Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
-   2009, 2010, 2011 Free Software Foundation, Inc.
+   2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -1342,7 +1342,7 @@ mcore_output_movedouble (rtx operands[], enum machine_mode mode ATTRIBUTE_UNUSED
        }
       else if (GET_CODE (src) == MEM)
        {
-         rtx memexp = memexp = XEXP (src, 0);
+         rtx memexp = XEXP (src, 0);
          int dstreg = REGNO (dst);
          int basereg = -1;