* config/rs6000/constraints.md: Add "W" constraint.
From-SVN: r112518
This commit is contained in:
parent
92cf85e9d2
commit
40377a6d88
@ -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>
|
||||
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user