OSDN Git Service

* config/h8300/h8300.md (a peephole2): Add a case of 255.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 19:36:49 +0000 (19:36 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 19:36:49 +0000 (19:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62709 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b162e12..eb6a437 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (a peephole2): Add a case of 255.
+
 2003-02-11  Roger Sayle  <roger@eyesopen.com>
 
        * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
index 39e8bce..a469704 100644 (file)
        || INTVAL (operands[1]) == 31
        || INTVAL (operands[1]) == 63
        || INTVAL (operands[1]) == 127
+       || INTVAL (operands[1]) == 255
        || INTVAL (operands[1]) == 65535)"
   [(set (match_dup 0)
        (and:SI (match_dup 0)