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:
parent
088ae68b8d
commit
b4060d3f01
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue