OSDN Git Service

* config/h8300/h8300.md (*one_complsi2_h8300): Change to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2004 00:54:34 +0000 (00:54 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2004 00:54:34 +0000 (00:54 +0000)
*one_cmplsi2_h8300.
(*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78007 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 86218e5..94360f4 100644 (file)
@@ -1,5 +1,11 @@
 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
        fix_bit_operand().
        * config/h8300/h8300.c (fix_bit_operand): Remove the second
index 4cb396d..9ade8ab 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"