From f29d2cff888dae22fa249de4475b61a3e81a867d Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 2 Aug 2007 15:45:05 +0000 Subject: [PATCH] * config/ia64/constraints.md ("U"): Make constraint vector only. From-SVN: r127164 --- gcc/ChangeLog | 4 ++++ gcc/config/ia64/constraints.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95106b1..0501ae7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-02 Steve Ellcey + + * config/ia64/constraints.md ("U"): Make constraint vector only. + 2007-08-02 Nathan Froyd PR middle-end/25446 diff --git a/gcc/config/ia64/constraints.md b/gcc/config/ia64/constraints.md index c4f9cb1..0e6c232 100644 --- a/gcc/config/ia64/constraints.md +++ b/gcc/config/ia64/constraints.md @@ -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" -- 2.7.4