mirror of git://gcc.gnu.org/git/gcc.git
* config/ia64/constraints.md ("U"): Make constraint vector only.
From-SVN: r127164
This commit is contained in:
parent
50926624ca
commit
f29d2cff88
|
|
@ -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>
|
2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
|
||||||
|
|
||||||
PR middle-end/25446
|
PR middle-end/25446
|
||||||
|
|
|
||||||
|
|
@ -113,11 +113,9 @@
|
||||||
"Symbol ref to small-address-area"
|
"Symbol ref to small-address-area"
|
||||||
(match_operand 0 "small_addr_symbolic_operand"))
|
(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"
|
(define_constraint "U"
|
||||||
"vector zero constant"
|
"vector zero constant"
|
||||||
(and (match_code "const_int,const_double,const_vector")
|
(and (match_code "const_vector")
|
||||||
(match_test "op == CONST0_RTX (mode)")))
|
(match_test "op == CONST0_RTX (mode)")))
|
||||||
|
|
||||||
(define_constraint "W"
|
(define_constraint "W"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue