summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-05 04:23:22 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-05 04:23:22 +0000
commit2346a5ba813a45940643cc65451db0e9813259a9 (patch)
tree062553ba27788a9e8bfe9ca5c0d3370a0d19db2b /gcc
parente619d7b1f3106404df34782db5c4c4a621671a8b (diff)
downloadgcc-2346a5ba813a45940643cc65451db0e9813259a9.tar.gz
Oops, removed duplicate entries that I had moved into earlier patches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46026 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f8436b79307..74b4f9ba46d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -23,13 +23,9 @@
(inlinable_function_p): Don't look at DECL_INLINE if we're
inlining all functions. Make it work with a NULL id.
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.
- (varargs_function_p): Removed declaration.
- * integrate.h (function_attribute_inlinable_p): Declare it.
- * integrate.c (function_attribute_inlinable_p): Export it.
- (save_for_inline): Don't bother to prepare argvec when not
- inlining.
+ * integrate.c (save_for_inline): Don't bother to prepare argvec
+ when not inlining.
* cse.c (check_for_label_ref): Don't check deleted labels.
* Makefile.in (tree-inline.o): Depend on newly-included headers.