mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 2 Jan 2012 14:01:29 +0000 (14:01 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 2 Jan 2012 14:01:29 +0000 (14:01 +0000)
gcc/
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
earlyclobber.

From-SVN: r182803

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))]