Commit 40377a6d by David Edelsohn Committed by David Edelsohn

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

From-SVN: r112518
parent 92cf85e9
......@@ -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"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment