Remove extra parentheses for "M" case.
authorDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Mar 2006 22:30:23 +0000 (17:30 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Mar 2006 22:30:23 +0000 (17:30 -0500)
From-SVN: r112512

gcc/config/rs6000/constraints.md

index 114ba8a..155395d 100644 (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"