Commit 68441323 by David Edelsohn

Remove extra parentheses for "M" case.

From-SVN: r112512
parent 0a931ce5
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
(define_constraint "M" (define_constraint "M"
"constant greater than 31" "constant greater than 31"
(and (match_code "const_int") (and (match_code "const_int")
(match_test "(ival) > 31"))) (match_test "ival > 31")))
(define_constraint "N" (define_constraint "N"
"positive constant that is an exact power of two" "positive constant that is an exact power of two"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment