* config/i386/predicates.md (constm1_operand): Fix comparison.
From-SVN: r235635
+2016-04-29 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/predicates.md (constm1_operand): Fix comparison.
+
2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gcc.target/arc/ieee_eq.c: New test.
;; Match exactly -1.
(define_predicate "constm1_operand"
(and (match_code "const_int")
- (match_test "op = constm1_rtx")))
+ (match_test "op == constm1_rtx")))
;; Match exactly eight.
(define_predicate "const8_operand"