* config/mn10300/mn10300.md: Use match_test rather than eq/ne
symbol_ref throughout file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178824
138bc75d-0d04-0410-961f-
82ee72b054a4
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.
(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))