]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/constraints.md: Add "W" constraint.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 29 Mar 2006 23:17:23 +0000 (23:17 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Mar 2006 23:17:23 +0000 (18:17 -0500)
From-SVN: r112518

gcc/ChangeLog
gcc/config/rs6000/constraints.md

index 534db8f70c6a2df7134eec52b54107a9a07ca1b5..dd5b1ec877bb2c6562e7f6a9e91187e6ca71cd9c 100644 (file)
@@ -4,6 +4,7 @@
        * genconditions.c (write_header): Add tm-constrs.h to included
        headers.
        * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
+       * config/rs6000/constraints.md: Add "W" constraint.
 
 2006-03-29  Roger Sayle  <roger@eyesopen.com>
 
index 155395d28f723caefa1e9b55768bf007dc663c0d..a7d46611813a5c8cc1f23f309a1c8a5b158a22a6 100644 (file)
                              || !logical_operand (op, DImode))"))
            (not (match_operand 0 "mask_operand")))
        (not (match_operand 0 "mask64_operand"))))
+
+(define_constraint "W"
+  "vector constant that does not require memory"
+  (match_operand 0 "easy_vector_constant"))