diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-02 06:01:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-02 06:01:52 +0000 |
commit | a5a0ab452a0b871bc6a996ee442fe3b6bf8c038a (patch) | |
tree | 4214638c8fdc10b7b619867b042c7cb583ba529c /gcc/config | |
parent | e451301f7815dd2a360424cbc197848b41ba84c3 (diff) | |
download | gcc-a5a0ab452a0b871bc6a996ee442fe3b6bf8c038a.zip gcc-a5a0ab452a0b871bc6a996ee442fe3b6bf8c038a.tar.gz gcc-a5a0ab452a0b871bc6a996ee442fe3b6bf8c038a.tar.bz2 |
h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc.
* config/h8300/h8300.md (*cmphi_h8300): Rename to
*cmphi_h8300_znvc.
(*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
From-SVN: r78752
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/h8300/h8300.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 45295af..b7e481e 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -780,7 +780,7 @@ operands[1] = force_reg (HImode, operands[1]); }") -(define_insn "*cmphi_h8300" +(define_insn "*cmphi_h8300_znvc" [(set (cc0) (compare (match_operand:HI 0 "register_operand" "r") (match_operand:HI 1 "register_operand" "r")))] @@ -789,7 +789,7 @@ [(set_attr "length" "2") (set_attr "cc" "compare")]) -(define_insn "*cmphi_h8300hs" +(define_insn "*cmphi_h8300hs_znvc" [(set (cc0) (compare (match_operand:HI 0 "register_operand" "r,r") (match_operand:HI 1 "nonmemory_operand" "r,n")))] |