aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-09-11 18:51:28 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-09-11 18:51:28 -0700
commit1ccbefcef21836d354e28c07e92fe9a5b5eaedcd (patch)
treeb5b69b2ec9f19fc214cfaa49317c6f80265bed44 /gcc/genattrtab.c
parent24bef15854919b1b36f74ea8208c71b146975a0b (diff)
downloadgcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.zip
gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.tar.gz
gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.tar.bz2
Replace recog_foo with recog_data.foo.
From-SVN: r29349
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index dd16a13..4196c7d 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -6083,7 +6083,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"insn-attr.h\"\n");
printf ("#include \"toplev.h\"\n");
printf ("\n");
- printf ("#define operands recog_operand\n\n");
+ printf ("#define operands recog_data.operand\n\n");
/* Make `insn_alternatives'. */
insn_alternatives = (int *) oballoc (insn_code_number * sizeof (int));