[tree-ssa] Remove old C/Java inliner

Jeff Sturm jsturm@one-point.com
Sun Jun 22 23:53:00 GMT 2003


As Jason mentioned earlier, neither the C nor Java frontends require the
old tree inliner any longer on the tree-ssa branch.

http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02501.html

I also found no reference to old-tree-inline in Ada (I don't
yet attempt to build Ada) and assume g95 won't need it since it is
already based on GENERIC.

Bootstrapped on i686-pc-linux-gnu.  OK?

Jeff

2003-06-22  Jeff Sturm  <jsturm@one-point.com>

	* Makefile.in (old-tree-inline.o): Remove rule.
	* old-tree-inline.c: Remove.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.903.2.96
diff -c -p -r1.903.2.96 Makefile.in
*** Makefile.in	12 Jun 2003 17:33:01 -0000	1.903.2.96
--- Makefile.in	22 Jun 2003 20:47:06 -0000
*************** tree-inline.o : tree-inline.c $(CONFIG_H
*** 1498,1507 ****
     $(RTL_H) expr.h flags.h params.h input.h insn-config.h $(INTEGRATE_H) \
     $(VARRAY_H) $(HASHTAB_H) $(SPLAY_TREE_H) toplev.h langhooks.h \
     tree-inline.h cgraph.h $(TREE_SIMPLE_H)
- old-tree-inline.o : old-tree-inline.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) \
-    expr.h flags.h params.h input.h insn-config.h $(INTEGRATE_H) \
-    $(VARRAY_H) $(HASHTAB_H) $(SPLAY_TREE_H) toplev.h langhooks.h \
-    $(C_COMMON_H) tree-inline.h $(TM_H) coretypes.h
  print-tree.o : print-tree.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
     $(GGC_H) langhooks.h real.h
  stor-layout.o : stor-layout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
--- 1498,1503 ----




More information about the Gcc-patches mailing list