From 171cb6996f0607925d63878cb74209d67cf09fb0 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 3 Sep 2007 15:33:51 +0000 Subject: 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 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config') diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 368da18..6cda709 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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]) ;; expands to the name of the insn that implements ;; a particular code to operate in immediate values. -- cgit v1.1