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 7b018cb9f5e636c5277d170620a2d03919fe249e..b7e6f3accf5c2befde179601862e1f148d535e7b 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 a87348a7cc6a3d40732decbaae39043c52ba8915..c4cda064eff77d73e42b7a7bc019010985d28fd5 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))]