From a05566a31a3350ff9301fa4ff32f75832f5ffab3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 11 Feb 2003 17:41:33 +0000 Subject: [PATCH] * config/h8300/h8300.md (a peephole2): Fix a typo. From-SVN: r62701 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/h8300/h8300.md (a peephole2): Fix a typo. + 2003-02-11 Richard Earnshaw * 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) -- 2.30.2