From: Kazu Hirata Date: Wed, 11 Jan 2006 23:50:50 +0000 (+0000) Subject: predicates.md (sh_rep_vec): Add parallel to match_code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4060d3f012d382a79c1b6d1a167e0dde1aa62db;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index babb3ba9199..079fe511b5e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-11 Kazu Hirata + + * config/sh/predicates.md (sh_rep_vec): Add parallel to + match_code. + 2006-01-11 Ben Elliston * rtlanal.c (find_reg_note): Assert insn is not null. diff --git a/gcc/config/sh/predicates.md b/gcc/config/sh/predicates.md index 10367dd92a9..7a55b8b4809 100644 --- a/gcc/config/sh/predicates.md +++ b/gcc/config/sh/predicates.md @@ -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;