Commit 871d6a01 by Kazu Hirata Committed by Kazu Hirata

h8300.md (two peepholes): Use match_dup instead of match_operand in the new patterns.

	* config/h8300/h8300.md (two peepholes): Use match_dup instead
	of match_operand in the new patterns.

From-SVN: r60488
parent 315fa0f4
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.
......
......@@ -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);")
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