OSDN Git Service

Remove extra parentheses for "M" case.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 22:30:23 +0000 (22:30 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 22:30:23 +0000 (22:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112512 138bc75d-0d04-0410-961f-82ee72b054a4

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"