From: Richard Sandiford Date: Mon, 2 Jan 2012 14:01:29 +0000 (+0000) Subject: mips.md (loadgp_newabi_): Add missing earlyclobber. X-Git-Tag: releases/gcc-4.7.0~1227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e8e84df70ddf25bfc8f41e7dd25980fa4f28f9;p=thirdparty%2Fgcc.git mips.md (loadgp_newabi_): Add missing earlyclobber. gcc/ * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. From-SVN: r182803 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b018cb9f5e6..b7e6f3accf5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-02 Richard Sandiford + + * config/mips/mips.md (loadgp_newabi_): Add missing + earlyclobber. + 2012-01-02 Jakub Jelinek * config/i386/sse.md (*avx2_gatherdi_3, *avx2_gatherdi_4): diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index a87348a7cc6a..c4cda064eff7 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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_" - [(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))]