]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Undo unintended change to predicates.md in subversion id 276498
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Oct 2019 00:17:56 +0000 (00:17 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Oct 2019 00:17:56 +0000 (00:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276503 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/predicates.md

index 2e13a7ea8e760c80db9bbcc715d7fb5362db2d45..345d9c337af8928fcb33cb19da95e766797c30be 100644 (file)
 ;; Return 1 if OP is a constant but not a valid add_operand.
 (define_predicate "non_add_cint_operand"
   (and (match_code "const_int")
-       (match_test "!satisfies_constraint_I (op)
-                   && !satisfies_constraint_L (op)")))
+       (not (match_operand 0 "add_operand"))))
 
 ;; Return 1 if the operand is a constant that can be used as the operand
 ;; of an AND, OR or XOR.