* config/ia64/constraints.md ("U"): Make constraint vector only.
From-SVN: r127164
This commit is contained in:
parent
50926624ca
commit
f29d2cff88
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue