Commit f29d2cff by Steve Ellcey Committed by Steve Ellcey

* config/ia64/constraints.md ("U"): Make constraint vector only.

From-SVN: r127164
parent 50926624
2007-08-02 Steve Ellcey <sje@cup.hp.com>
* config/ia64/constraints.md ("U"): Make constraint vector only.
2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
PR middle-end/25446
......
......@@ -113,11 +113,9 @@
"Symbol ref to small-address-area"
(match_operand 0 "small_addr_symbolic_operand"))
;; ??? Original definition didn't test for vector only.
;; Need to verify that only used in vector context.
(define_constraint "U"
"vector zero constant"
(and (match_code "const_int,const_double,const_vector")
(and (match_code "const_vector")
(match_test "op == CONST0_RTX (mode)")))
(define_constraint "W"
......
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