summaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-07-21 22:01:58 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-07-21 22:01:58 +0000
commit060a58c593b039e7a7c9f144b0e3f39e11fee735 (patch)
tree596694dcc8d51e7c13ec05e9eb5bc835533ddc96 /gcc/gengenrtl.c
parent2f8dd115d2bf15e3866cbe0b98c73145853681f8 (diff)
gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx. * function.c (SYMBOL__MAIN): Remove definition. * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove. * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove. * profile.c (GCOV_INDEX_TO_BB): Remove. * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove. * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove. From-SVN: r55631
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r--gcc/gengenrtl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index 126be8ead28..6bfd0ff77ee 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -337,10 +337,6 @@ gencode ()
puts ("#include \"rtl.h\"");
puts ("#include \"ggc.h\"\n");
puts ("extern struct obstack *rtl_obstack;\n");
- puts ("#define obstack_alloc_rtx(n) \\");
- puts (" ((rtx) obstack_alloc (rtl_obstack, \\");
- puts (" sizeof (struct rtx_def) \\");
- puts (" + ((n) - 1) * sizeof (rtunion)))\n");
for (fmt = formats; *fmt != 0; fmt++)
gendef (*fmt);