Commit 171cb699 by Richard Sandiford Committed by Richard Sandiford

mips.md (fetchop_bit): Use define_code_iterator rather than define_code_macro.

gcc/
	* config/mips/mips.md (fetchop_bit): Use define_code_iterator
	rather than define_code_macro.

From-SVN: r128047
parent 47d33318
2007-09-03 Richard Sandiford <richard@codesourcery.com>
* config/mips/mips.md (fetchop_bit): Use define_code_iterator
rather than define_code_macro.
2007-09-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* gcc.c (xputenv): New function.
......
......@@ -609,7 +609,7 @@
(ungt "ult")])
;; Atomic fetch bitwise operations.
(define_code_macro fetchop_bit [ior xor and])
(define_code_iterator fetchop_bit [ior xor and])
;; <immediate_insn> expands to the name of the insn that implements
;; a particular code to operate in immediate values.
......
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