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-Tag: releases/gcc-4.2.0~4915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4060d3f012d382a79c1b6d1a167e0dde1aa62db;p=thirdparty%2Fgcc.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 babb3ba91995..079fe511b5e6 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 10367dd92a9b..7a55b8b48097 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;