summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-25 01:30:41 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-25 01:30:41 +0000
commit128d3ecfe1bbc02219c35a488dd56f747dd3cb08 (patch)
tree886eebf356289145b0b9d12a2efa19a094599de4
parent53a01bae0c8440bbced95722dd61e594c4397527 (diff)
downloadppe42-gcc-128d3ecfe1bbc02219c35a488dd56f747dd3cb08.tar.gz
ppe42-gcc-128d3ecfe1bbc02219c35a488dd56f747dd3cb08.zip
* config/h8300/h8300.md (two peepholes): Use match_dup instead
of match_operand in the new patterns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60488 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/h8300/h8300.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73098598de1..e427f0f75b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-24 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/h8300.md (two peepholes): Use match_dup instead
+ of match_operand in the new patterns.
+
2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
* doc/include/texinfo.tex: Update to version 2002-11-25.11.
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 9752f0f82a7..39805fb395c 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -2928,7 +2928,7 @@
(match_dup 0))
(set (pc)
(if_then_else (match_op_dup 3 [(cc0) (const_int 0)])
- (label_ref (match_operand 2 "" ""))
+ (label_ref (match_dup 2))
(pc)))]
"operands[1] = GEN_INT (- INTVAL (operands[1]));
split_adds_subs (HImode, operands, 1);")
@@ -2950,7 +2950,7 @@
(match_dup 0))
(set (pc)
(if_then_else (match_op_dup 3 [(cc0) (const_int 0)])
- (label_ref (match_operand 2 "" ""))
+ (label_ref (match_dup 2))
(pc)))]
"operands[1] = GEN_INT (- INTVAL (operands[1]));
split_adds_subs (SImode, operands, 1);")
OpenPOWER on IntegriCloud