Commit 129043ff by Richard Sandiford Committed by Richard Sandiford

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

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

From-SVN: r178824
parent c5c68094
2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
* config/mn10300/mn10300.md: Use match_test rather than eq/ne
symbol_ref throughout file.
2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
* config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
throughout file.
......@@ -63,15 +63,15 @@
(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))
......
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