From 7d87c8518a65dc24f14d70da8d62163ef1c847f0 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 10 Nov 1992 19:22:29 +0000 Subject: [PATCH] Add =& constraints to ffssi2's temp registers. From-SVN: r2738 --- gcc/config/mips/mips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index d5a9faa6f05..e42226a8390 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -993,8 +993,8 @@ (define_insn "ffssi2" [(set (match_operand:SI 0 "register_operand" "=&d") (ffs:SI (match_operand:SI 1 "register_operand" "d"))) - (clobber (match_scratch:SI 2 "d")) - (clobber (match_scratch:SI 3 "d"))] + (clobber (match_scratch:SI 2 "=&d")) + (clobber (match_scratch:SI 3 "=&d"))] "" "* { -- 2.30.2