Commit 9672132f by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md (a peephole2): Add a case of 255.

From-SVN: r62709
parent b5e01d4b
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.
......
......@@ -3500,6 +3500,7 @@
|| 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment