OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jan 2012 14:01:29 +0000 (14:01 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jan 2012 14:01:29 +0000 (14:01 +0000)
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
earlyclobber.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182803 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.md

index 7b018cb..b7e6f3a 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/mips/mips.md (loadgp_newabi_<mode>): Add missing
+       earlyclobber.
+
 2012-01-02  Jakub Jelinek  <jakub@redhat.com>
 
        * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
index a87348a..c4cda06 100644 (file)
 ;; of _gp from the start of this function.  Operand 1 is the incoming
 ;; function address.
 (define_insn_and_split "loadgp_newabi_<mode>"
-  [(set (match_operand:P 0 "register_operand" "=d")
+  [(set (match_operand:P 0 "register_operand" "=&d")
        (unspec:P [(match_operand:P 1)
                   (match_operand:P 2 "register_operand" "d")]
                  UNSPEC_LOADGP))]