diff options
author | Richard Henderson <rth@cygnus.com> | 1999-09-11 18:51:28 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-11 18:51:28 -0700 |
commit | 1ccbefcef21836d354e28c07e92fe9a5b5eaedcd (patch) | |
tree | b5b69b2ec9f19fc214cfaa49317c6f80265bed44 /gcc/genattrtab.c | |
parent | 24bef15854919b1b36f74ea8208c71b146975a0b (diff) | |
download | gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.tar.gz |
Replace recog_foo with recog_data.foo.
From-SVN: r29349
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index dd16a132c8a..4196c7d8124 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)); |