mn10300.md: Use match_test rather than eq/ne symbol_ref throughout file.
[gcc.git] / gcc / config / mn10300 / mn10300.md
index e43d0ed82dd5ee47135043e86adefec7dc087ee6..91378a79345e85b9d6c6e1d8aef390d2fed52e9a 100644 (file)
          (const_int 1)
 
          (and (eq_attr "isa" "am33")
-             (ne (symbol_ref "TARGET_AM33") (const_int 0)))
+             (match_test "TARGET_AM33"))
          (const_int 1)
 
          (and (eq_attr "isa" "am33_2")
-             (ne (symbol_ref "TARGET_AM33_2") (const_int 0)))
+             (match_test "TARGET_AM33_2"))
          (const_int 1)
         
          (and (eq_attr "isa" "am34")
-             (ne (symbol_ref "TARGET_AM34") (const_int 0)))
+             (match_test "TARGET_AM34"))
          (const_int 1)
        ]
        (const_int 0))