From: Richard Sandiford Date: Mon, 9 Jan 2012 22:11:46 +0000 (+0000) Subject: mips.md (loadgp_newabi_): Add missing earlyclobber. X-Git-Tag: releases/gcc-4.5.4~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c906eeb433215533db12d327413e73550989ad6;p=thirdparty%2Fgcc.git mips.md (loadgp_newabi_): Add missing earlyclobber. gcc/ * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. From-SVN: r183036 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a3752928d7d7..1d8c5133bee7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-09 Richard Sandiford + + * config/mips/mips.md (loadgp_newabi_): Add missing + earlyclobber. + 2012-01-09 Martin Jambor PR tree-optimization/51759 diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index a85432743286..d560375f3495 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4806,7 +4806,7 @@ ;; of _gp from the start of this function. Operand 1 is the incoming ;; function address. (define_insn_and_split "loadgp_newabi_" - [(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))]