* config/h8300/h8300.md (a peephole2): Add a case of 255.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 11 Feb 2003 19:36:49 +0000 (19:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 11 Feb 2003 19:36:49 +0000 (19:36 +0000)
From-SVN: r62709

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

index b162e12186f9e3357fe49e14a35a456b3aa43a21..eb6a437737cdca4eea802e284eaa27f08bc9672d 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 39e8bcea13eb85dbbf44dcfeb109be6ebe41ecb4..a469704455c98dd48586ab3ab020d72b33759b8a 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)