aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-04-07 09:24:06 +0000
committerRichard Henderson <rth@cygnus.com>2000-04-07 09:24:06 +0000
commit47afd89fec63fcd1eb1750b8451dda6869081657 (patch)
tree8f84c5a6db1901dc589ad46eae5388cda4a8d7fd /gcc/ggc.h
parenta76010695447d3df69a0256542652fe5a19514cd (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@32996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h1
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;