aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-04-07 02:24:06 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-04-07 02:24:06 -0700
commit4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f (patch)
tree8f84c5a6db1901dc589ad46eae5388cda4a8d7fd /gcc/ggc.h
parenta18820c64c3148a53112cb1f740d2b03a5c08538 (diff)
downloadgcc-4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f.zip
gcc-4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f.tar.gz
gcc-4c85a96d6e0a24baeeb64a13e1d522b5ee04d76f.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index a79ffd5..9ee6c3d 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;