Commit b4060d3f by Kazu Hirata Committed by Kazu Hirata

predicates.md (sh_rep_vec): Add parallel to match_code.

	* config/sh/predicates.md (sh_rep_vec): Add parallel to
	match_code.

From-SVN: r109612
parent 088ae68b
2006-01-11 Kazu Hirata <kazu@codesourcery.com>
* config/sh/predicates.md (sh_rep_vec): Add parallel to
match_code.
2006-01-11 Ben Elliston <bje@au.ibm.com> 2006-01-11 Ben Elliston <bje@au.ibm.com>
* rtlanal.c (find_reg_note): Assert insn is not null. * rtlanal.c (find_reg_note): Assert insn is not null.
......
...@@ -624,7 +624,7 @@ ...@@ -624,7 +624,7 @@
;; TODO: Add a comment here. ;; TODO: Add a comment here.
(define_predicate "sh_rep_vec" (define_predicate "sh_rep_vec"
(match_code "const_vector") (match_code "const_vector,parallel")
{ {
int i; int i;
rtx x, y; rtx x, y;
......
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