]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 9 Jan 2012 22:11:46 +0000 (22:11 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 Jan 2012 22:11:46 +0000 (22:11 +0000)
gcc/
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
earlyclobber.

From-SVN: r183036

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

index a3752928d7d780e3de95251e95ae681488d5cdca..1d8c5133bee757fbc1bf9eedf24b1e3369cb831f 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-09  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/mips/mips.md (loadgp_newabi_<mode>): Add missing
+       earlyclobber.
+
 2012-01-09  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/51759
index a854327432862f61ca6fe68c1bf2d9d98fa16f23..d560375f349541f7bd8b910769530dd68697141f 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))]