m68k.md: Use match_test rather than eq/ne symbol_ref throughout file.
[gcc.git] / gcc / config / m68k / m68k.md
index 16697bf95f770597a54f7a6329a0c675913a744a..672ef0db6c02882aae8c48758a3582a954521e28 100644 (file)
 
 ;; Define 'enabled' attribute.
 (define_attr "enabled" ""
-  (cond [(and (ne (symbol_ref "TARGET_COLDFIRE") (const_int 0))
+  (cond [(and (match_test "TARGET_COLDFIRE")
              (eq_attr "ok_for_coldfire" "no"))
         (const_int 0)]
        (const_int 1)))