Commit 6afed784 by Alexandre Oliva

Oops, removed duplicate entries that I had moved into earlier patches.

From-SVN: r46026
parent 4838c5ee
...@@ -23,13 +23,9 @@ ...@@ -23,13 +23,9 @@
(inlinable_function_p): Don't look at DECL_INLINE if we're (inlinable_function_p): Don't look at DECL_INLINE if we're
inlining all functions. Make it work with a NULL id. inlining all functions. Make it work with a NULL id.
Re-check DECL_UNINLINABLE after language-specific checks. Re-check DECL_UNINLINABLE after language-specific checks.
(varargs_function_p): Move back to cp/tree.c.
* tree-inline.h (tree_inlinable_function_p): Declare it. * tree-inline.h (tree_inlinable_function_p): Declare it.
(varargs_function_p): Removed declaration. * integrate.c (save_for_inline): Don't bother to prepare argvec
* integrate.h (function_attribute_inlinable_p): Declare it. when not inlining.
* integrate.c (function_attribute_inlinable_p): Export it.
(save_for_inline): Don't bother to prepare argvec when not
inlining.
* cse.c (check_for_label_ref): Don't check deleted labels. * cse.c (check_for_label_ref): Don't check deleted labels.
* Makefile.in (tree-inline.o): Depend on newly-included headers. * Makefile.in (tree-inline.o): Depend on newly-included headers.
......
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