Remove extra parentheses for "M" case.

From-SVN: r112512
This commit is contained in:
David Edelsohn 2006-03-29 17:30:23 -05:00
parent 0a931ce5d4
commit 68441323e2

View File

@ -77,7 +77,7 @@
(define_constraint "M"
"constant greater than 31"
(and (match_code "const_int")
(match_test "(ival) > 31")))
(match_test "ival > 31")))
(define_constraint "N"
"positive constant that is an exact power of two"