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
This commit is contained in:
Kazu Hirata 2006-01-11 23:50:50 +00:00 committed by Kazu Hirata
parent 088ae68b8d
commit b4060d3f01
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
* rtlanal.c (find_reg_note): Assert insn is not null.

View file

@ -624,7 +624,7 @@
;; TODO: Add a comment here.
(define_predicate "sh_rep_vec"
(match_code "const_vector")
(match_code "const_vector,parallel")
{
int i;
rtx x, y;