summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-11 17:41:33 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-11 17:41:33 +0000
commitecee35ff44e31d6a87bff7d1b3680f5c79ffd599 (patch)
treebd0d13400c99af4652a1758b2223a0ba8c29650a
parent376a39e0fd3aadf5521f9e28ce7542feec453090 (diff)
downloadppe42-gcc-ecee35ff44e31d6a87bff7d1b3680f5c79ffd599.tar.gz
ppe42-gcc-ecee35ff44e31d6a87bff7d1b3680f5c79ffd599.zip
* config/h8300/h8300.md (a peephole2): Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62701 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 92496afffc6..86973f66dc8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* arm.mc (return_address_mask): Use CC_REGNUM for the condition code
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index a95957eb17f..39e8bcea13e 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -3498,7 +3498,7 @@
|| INTVAL (operands[1]) == 7
|| INTVAL (operands[1]) == 15
|| INTVAL (operands[1]) == 31
- || INTVAL (operands[1]) == 64
+ || INTVAL (operands[1]) == 63
|| INTVAL (operands[1]) == 127
|| INTVAL (operands[1]) == 65535)"
[(set (match_dup 0)
OpenPOWER on IntegriCloud