summaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.md
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-02 14:01:29 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-02 14:01:29 +0000
commit606b7c1d93be61c4ca314d45628b6278c0be89b2 (patch)
treef19ca164a52cf36119dabb7eabfed43cfcea3c17 /gcc/config/mips/mips.md
parent2cded00a9e5ee7a6b7c1ccd65c11f6d35426135c (diff)
downloadgcc-606b7c1d93be61c4ca314d45628b6278c0be89b2.tar.gz
gcc/
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/mips.md')
-rw-r--r--gcc/config/mips/mips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index a87348a7cc6..c4cda064eff 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_<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))]