diff options
author | Richard Henderson <rth@cygnus.com> | 2000-04-07 02:24:06 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-04-07 02:24:06 -0700 |
commit | 4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f (patch) | |
tree | 8f84c5a6db1901dc589ad46eae5388cda4a8d7fd /gcc/ggc.h | |
parent | a18820c64c3148a53112cb1f740d2b03a5c08538 (diff) | |
download | gcc-4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f.tar.gz |
ggc.h (struct rtx_def): Forward declare.
* ggc.h (struct rtx_def): Forward declare.
* print-rtl.c (debug_rtx_range): New.
* rtl.h (debug_rtx_range): Declare.
* varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
From-SVN: r32996
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h index a79ffd5986e..9ee6c3dd7a9 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -37,6 +37,7 @@ struct emit_status; struct expr_status; struct hash_table; struct label_node; +struct rtx_def; struct rtvec_def; struct stmt_status; union tree_node; |