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
This commit is contained in:
Richard Sandiford 2007-09-03 15:33:51 +00:00 committed by Richard Sandiford
parent 47d3331890
commit 171cb6996f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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.