Commit a05566a3 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md (a peephole2): Fix a typo.

From-SVN: r62701
parent 68441a3b
2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (a peephole2): Fix a typo.
2003-02-11 Richard Earnshaw <rearnsha@arm.com> 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
* arm.mc (return_address_mask): Use CC_REGNUM for the condition code * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
......
...@@ -3498,7 +3498,7 @@ ...@@ -3498,7 +3498,7 @@
|| INTVAL (operands[1]) == 7 || INTVAL (operands[1]) == 7
|| INTVAL (operands[1]) == 15 || INTVAL (operands[1]) == 15
|| INTVAL (operands[1]) == 31 || INTVAL (operands[1]) == 31
|| INTVAL (operands[1]) == 64 || INTVAL (operands[1]) == 63
|| INTVAL (operands[1]) == 127 || INTVAL (operands[1]) == 127
|| INTVAL (operands[1]) == 65535)" || INTVAL (operands[1]) == 65535)"
[(set (match_dup 0) [(set (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