mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.

gcc/
	* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
	earlyclobber.

From-SVN: r182803
This commit is contained in:
Richard Sandiford 2012-01-02 14:01:29 +00:00 committed by Richard Sandiford
parent 0604604691
commit 21e8e84df7
2 changed files with 6 additions and 1 deletions

View 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):

View File

@ -4838,7 +4838,7 @@
;; 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))]