mips.md (fetchop_bit): Use define_code_iterator rather than define_code_macro.
authorRichard Sandiford <richard@codesourcery.com>
Mon, 3 Sep 2007 15:33:51 +0000 (15:33 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 3 Sep 2007 15:33:51 +0000 (15:33 +0000)
gcc/
* config/mips/mips.md (fetchop_bit): Use define_code_iterator
rather than define_code_macro.

From-SVN: r128047

gcc/ChangeLog
gcc/config/mips/mips.md

index 563aff009de64fe300c4d5ffb4466340bbdb6831..9bdd53f6a0140500c0b619584571386f27aae738 100644 (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.
index 368da18077c43d64ab8a840d004621fb01d01368..6cda709aca080c3a47521107cca8116400986721 100644 (file)
                                 (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.