diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 14:58:47 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 14:58:47 +0000 |
commit | b4032764d5b0f223c5b61d7e491f99fe35b0e8b8 (patch) | |
tree | 87e26c2a2ef700bc265b9dac8ffe0475f837d1ee /gcc/config/i370 | |
parent | 6da6f625e2de6755923e2124e58aa9f0695a4001 (diff) | |
download | gcc-b4032764d5b0f223c5b61d7e491f99fe35b0e8b8.tar.gz |
* convex.md: Use "+" instead of "=" for outputs wrapped in a
STRICT_LOW_PART.
* i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i370')
-rw-r--r-- | gcc/config/i370/i370.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index 14bc9488f67..33827e0d333 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -1065,7 +1065,7 @@ check_label_emit (); ; (define_insn "movstrictqi" - [(set (strict_low_part (match_operand:QI 0 "general_operand" "=d")) + [(set (strict_low_part (match_operand:QI 0 "general_operand" "+d")) (match_operand:QI 1 "general_operand" "g"))] "" "* @@ -1087,7 +1087,7 @@ check_label_emit (); ; (define_insn "" - [(set (strict_low_part (match_operand:HI 0 "register_operand" "=d")) + [(set (strict_low_part (match_operand:HI 0 "register_operand" "+d")) (match_operand:HI 1 "r_or_s_operand" "g"))] "" "* @@ -1110,7 +1110,7 @@ check_label_emit (); ) (define_insn "movstricthi" - [(set (strict_low_part (match_operand:HI 0 "general_operand" "=dm")) + [(set (strict_low_part (match_operand:HI 0 "general_operand" "+dm")) (match_operand:HI 1 "general_operand" "d"))] "" "* |