diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 9143e0e09e5..05717564181 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1,6 +1,6 @@ /* Procedure integration for GCC. Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. @@ -2950,10 +2950,6 @@ output_inline_function (fndecl) debug_hooks = &do_nothing_debug_hooks; } - /* Do any preparation, such as emitting abstract debug info for the inline - before it gets mangled by optimization. */ - (*debug_hooks->outlining_inline_function) (fndecl); - /* Compile this function all the way down to assembly code. As a side effect this destroys the saved RTL representation, but that's okay, because we don't need to inline this anymore. */ |