diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-07 09:24:06 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-07 09:24:06 +0000 |
commit | 40977116f1eefb8672a9403f109f73461963545f (patch) | |
tree | 8f84c5a6db1901dc589ad46eae5388cda4a8d7fd /gcc/ggc.h | |
parent | 1d1e21f3bf87c52c57390a0491a71cb0b948108a (diff) | |
download | gcc-40977116f1eefb8672a9403f109f73461963545f.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32996 138bc75d-0d04-0410-961f-82ee72b054a4
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; |