aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorDirk Mueller <mueller@gcc.gnu.org>2006-05-27 13:23:00 +0000
committerDirk Mueller <mueller@gcc.gnu.org>2006-05-27 13:23:00 +0000
commit46f5f7f2b1bfc6688c6e781f8cdd900aacaa967b (patch)
treeeaeff84428f297c3b60876abc7496c3bf69ddc4f /gcc/cgraphunit.c
parent7c499eeb0b11fb2719a11544aa6a6b46ab4fb8d2 (diff)
downloadgcc-46f5f7f2b1bfc6688c6e781f8cdd900aacaa967b.zip
gcc-46f5f7f2b1bfc6688c6e781f8cdd900aacaa967b.tar.gz
gcc-46f5f7f2b1bfc6688c6e781f8cdd900aacaa967b.tar.bz2
cgraphunit.c (decide_is_function_needed): Fix wrong PR reference.
* cgraphunit.c (decide_is_function_needed): Fix wrong PR reference. From-SVN: r114156
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 8a4d0ec..4cb8843 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -219,7 +219,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl)
COMDAT functions that must be output only when they are needed.
When not optimizing, also output the static functions. (see
- PR25962), but don't do so for always_inline functions, functions
+ PR24561), but don't do so for always_inline functions, functions
declared inline and nested functions. These was optimized out
in the original implementation and it is unclear whether we want
to change the behaviour here. */