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/genoutput.c | |
parent | 24bef15854919b1b36f74ea8208c71b146975a0b (diff) | |
download | gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.zip gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.tar.gz gcc-1ccbefcef21836d354e28c07e92fe9a5b5eaedcd.tar.bz2 |
Replace recog_foo with recog_data.foo.
From-SVN: r29349
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index abe0b77..87c8b98 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ 6. An array of ints `insn_n_dups' which is indexed by insn code number and contains the number of match_dup's that appear in the insn's pattern. - This says how many elements of `recog_dup_loc' are significant + This says how many elements of `recog_data.dup_loc' are significant after an insn has been recognized. 7. An array of arrays of operand constraint strings, |