Commit 1c432a87 by Daniel Berlin Committed by Daniel Berlin

Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not params.h.

2001-07-20  Daniel Berlin  <dan@cgsoftware.com>

	* Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
	params.h.

2001-07-20  Daniel Berlin  <dan@cgsoftware.com>

	* params.def: Change default max inline insns to 100.

From-SVN: r44203
parent 9def18da
2001-07-20 Daniel Berlin <dan@cgsoftware.com>
* params.def: Change default max inline insns to 100.
2001-07-20 Diego Novillo <dnovillo@redhat.com> 2001-07-20 Diego Novillo <dnovillo@redhat.com>
* combine.c (combine_simplify_rtx): Generate a new shift operation * combine.c (combine_simplify_rtx): Generate a new shift operation
......
2001-07-20 Daniel Berlin <dan@cgsoftware.com>
* Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
params.h.
2001-07-19 Mark Mitchell <mark@codesourcery.com> 2001-07-19 Mark Mitchell <mark@codesourcery.com>
* class.c (finish_struct_anon): Forbid nested classes. * class.c (finish_struct_anon): Forbid nested classes.
......
...@@ -277,7 +277,7 @@ cp/semantics.o: cp/semantics.c $(CXX_TREE_H) cp/lex.h except.h toplev.h \ ...@@ -277,7 +277,7 @@ cp/semantics.o: cp/semantics.c $(CXX_TREE_H) cp/lex.h except.h toplev.h \
flags.h $(GGC_H) debug.h output.h $(RTL_H) $(TIMEVAR_H) $(EXPR_H) flags.h $(GGC_H) debug.h output.h $(RTL_H) $(TIMEVAR_H) $(EXPR_H)
cp/dump.o: cp/dump.c $(CXX_TREE_H) c-dump.h cp/dump.o: cp/dump.c $(CXX_TREE_H) c-dump.h
cp/optimize.o: cp/optimize.c $(CXX_TREE_H) rtl.h integrate.h insn-config.h \ cp/optimize.o: cp/optimize.c $(CXX_TREE_H) rtl.h integrate.h insn-config.h \
input.h params.h debug.h input.h $(PARAMS_H) debug.h
cp/mangle.o: cp/mangle.c $(CXX_TREE_H) toplev.h cp/mangle.o: cp/mangle.c $(CXX_TREE_H) toplev.h
cp/parse.o: cp/parse.c $(CXX_TREE_H) flags.h cp/lex.h except.h output.h \ cp/parse.o: cp/parse.c $(CXX_TREE_H) flags.h cp/lex.h except.h output.h \
......
...@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. ...@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA.
DEFPARAM (PARAM_MAX_INLINE_INSNS, DEFPARAM (PARAM_MAX_INLINE_INSNS,
"max-inline-insns", "max-inline-insns",
"The maximum number of instructions in a function that is eligible for inlining", "The maximum number of instructions in a function that is eligible for inlining",
10000) 100)
/* The maximum number of instructions to consider when looking for an /* The maximum number of instructions to consider when looking for an
instruction to fill a delay slot. If more than this arbitrary instruction to fill a delay slot. If more than this arbitrary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment