From 8ef5627c95653d3bd74abd527c1ef678f98f6a91 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 9 Jan 2012 22:09:53 +0000 Subject: [PATCH] mips.md (loadgp_newabi_): Add missing earlyclobber. gcc/ * config/mips/mips.md (loadgp_newabi_): Add missing earlyclobber. From-SVN: r183035 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd296121e94c..feb3646527d4 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 Eric Botcazou * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index bb871036327d..e629db7a7687 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4707,7 +4707,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))] -- 2.47.2