Commit b4d58803 by Richard Sandiford Committed by Richard Sandiford

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

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

From-SVN: r179296
parent 88778f15
2011-09-28 Richard Sandiford <rdsandiford@googlemail.com>
* config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
throughout file.
2011-09-27 Sriraman Tallam <tmsriram@google.com>
* output.h (SECTION_EXCLUDE): New macro.
......@@ -161,7 +161,7 @@
(define_attr "branch_likely" "no,yes"
(const
(if_then_else (ne (symbol_ref "GENERATE_BRANCHLIKELY") (const_int 0))
(if_then_else (match_test "GENERATE_BRANCHLIKELY")
(const_string "yes")
(const_string "no"))))
......
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