Commit c5c68094 by Richard Sandiford Committed by Richard Sandiford

m68k.md: Use match_test rather than eq/ne symbol_ref throughout file.

gcc/
	* config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
	throughout file.

From-SVN: r178823
parent 9e53d97c
2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
* config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
throughout file.
2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
* config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
throughout file.
......@@ -250,7 +250,7 @@
;; 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)))
......
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