]> 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:09:53 +0000 (22:09 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 Jan 2012 22:09:53 +0000 (22:09 +0000)
gcc/
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
earlyclobber.

From-SVN: r183035

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

index fd296121e94ce3d56274a1bf7e706c6065fdffaf..feb3646527d4d2f86df121dbe78e968679fb29c2 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  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
index bb871036327de0c59a3486fb02e4a31f9e7944f2..e629db7a768775812c18d241725cf8665838e7f4 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))]