]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 18 Feb 2004 00:54:34 +0000 (00:54 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 18 Feb 2004 00:54:34 +0000 (00:54 +0000)
* config/h8300/h8300.md (*one_complsi2_h8300): Change to
*one_cmplsi2_h8300.
(*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.

From-SVN: r78007

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

index 86218e5dee8b3332970d260ce06f2fd170878440..94360f42bdb1a5e25b868b614ab5cfb72337c545 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (*one_complsi2_h8300): Change to
+       *one_cmplsi2_h8300.
+       (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
+
 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300-protos.h: Update the prototype of
index 4cb396df7b5b94ad71f68e4ede737c105f152766..9ade8ab964669f2116d41ef61563e7908d599123 100644 (file)
   ""
   "")
 
-(define_insn "*one_complsi2_h8300"
+(define_insn "*one_cmplsi2_h8300"
   [(set (match_operand:SI 0 "register_operand" "=r")
        (not:SI (match_operand:SI 1 "register_operand" "0")))]
   "TARGET_H8300"
   "not %w0\;not        %x0\;not        %y0\;not        %z0"
   [(set_attr "length" "8")])
 
-(define_insn "*one_complsi2_h8300hs"
+(define_insn "*one_cmplsi2_h8300hs"
   [(set (match_operand:SI 0 "register_operand" "=r")
        (not:SI (match_operand:SI 1 "register_operand" "0")))]
   "TARGET_H8300H || TARGET_H8300S"