]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 2 Mar 2004 06:01:52 +0000 (06:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 2 Mar 2004 06:01:52 +0000 (06:01 +0000)
* config/h8300/h8300.md (*cmphi_h8300): Rename to
*cmphi_h8300_znvc.
(*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.

From-SVN: r78752

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 27794764aa6136d33dac0c6cc5fcda68bbf7af93..eef383754309a048005fffeb2f70ac9db84f59a5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (*cmphi_h8300): Rename to
+       *cmphi_h8300_znvc.
+       (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
+
 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
 
        PR bootstrap/14356
index 45295af439142959cc73bd0c2372a676d933b068..b7e481e862c7b21eec1c8736ac45017c3094b19d 100644 (file)
     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")))]
   [(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")))]