predicates.md (sh_rep_vec): Add parallel to match_code.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 11 Jan 2006 23:50:50 +0000 (23:50 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 11 Jan 2006 23:50:50 +0000 (23:50 +0000)
* config/sh/predicates.md (sh_rep_vec): Add parallel to
match_code.

From-SVN: r109612

gcc/ChangeLog
gcc/config/sh/predicates.md

index babb3ba91995bfda39da6a672874cfc177fcef85..079fe511b5e674891c71b12a4d4a616ff10d0d7f 100644 (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.
index 10367dd92a9b8e618f70a9f18d36816f20f6c6c7..7a55b8b480973ae17f79243ad4071cbf7c509a18 100644 (file)
 ;; TODO: Add a comment here.
 
 (define_predicate "sh_rep_vec"
-  (match_code "const_vector")
+  (match_code "const_vector,parallel")
 {
   int i;
   rtx x, y;