From: Richard Sandiford Date: Mon, 9 Jan 2012 22:13:40 +0000 (+0000) Subject: mips.md (loadgp_newabi_): Add missing earlyclobber. X-Git-Tag: releases/gcc-4.4.7~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1266ea6fb7d339f1bf980c1324bcaa9b6fc64045;p=thirdparty%2Fgcc.git mips.md (loadgp_newabi_): Add missing earlyclobber. gcc/ * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. From-SVN: r183037 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 154b64434f34..2343769cc51c 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. + 2011-12-21 Uros Bizjak * config/alpha/linux-unwind.h: Update copyright years. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 10572743e754..68eb3112463e 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4615,7 +4615,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_volatile:P [(match_operand:P 1) (match_operand:P 2 "register_operand" "d")] UNSPEC_LOADGP))]