diff options
author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 22:51:21 +0000 |
---|---|---|
committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 22:51:21 +0000 |
commit | 9d4c762951722f0bc94b163bb47e06ba7084645e (patch) | |
tree | 587db7a6d63c0ee134a51d6428115d24ac2c3789 /gcc/config/c4x/c4x.md | |
parent | 3352b772ec751b47ff0da2d924e6acddb94c55f0 (diff) | |
download | gcc-9d4c762951722f0bc94b163bb47e06ba7084645e.tar.gz |
* config/c4x/c4x.md (*subqf3_set): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31282 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c4x/c4x.md')
-rw-r--r-- | gcc/config/c4x/c4x.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 7d32cc6994f..bd7e1198791 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -3965,11 +3965,11 @@ (define_insn "*subqf3_set" [(set (reg:CC_NOOV 21) (compare:CC_NOOV (minus:QF (match_operand:QF 1 "src_operand" "0,fHm,fR,fS<>") - (match_operand:QF 2 "src_operand" "0,fHm,R,fS<>")) + (match_operand:QF 2 "src_operand" "fHm,0,R,fS<>")) (match_operand:QF 3 "fp_zero_operand" "G,G,G,G"))) (set (match_operand:QF 0 "reg_operand" "=f,f,f,?f") (minus:QF (match_dup 1) - (match_dup 2)))] + (match_dup 2)))] "valid_operands (MINUS, operands, QFmode)" "@ subf\\t%2,%0 |