* config/rs6000/constraints.md: Add "W" constraint.

From-SVN: r112518
This commit is contained in:
David Edelsohn 2006-03-29 23:17:23 +00:00 committed by David Edelsohn
parent 92cf85e9d2
commit 40377a6d88
2 changed files with 5 additions and 0 deletions

View 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>

View File

@ -156,3 +156,7 @@
|| !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"))