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:
parent
47d3331890
commit
171cb6996f
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user