aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-08-24 12:05:09 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-08-24 12:05:09 +0000
commitbf6bb899e1d9db8966e3087b8341e4c3306446d8 (patch)
tree78d2e5672c6da2cd32b557418dbda0d69234e5bf /gcc/function.c
parent55247fce700ed0937de9de1bb7640c246513a1ad (diff)
downloadgcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.zip
gcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.tar.gz
gcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.tar.bz2
Fix more problems from GC diffs
From-SVN: r28820
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 6c5792a..cae26e5 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -120,12 +120,6 @@ static int virtuals_instantiated;
void (*save_machine_status) PROTO((struct function *));
void (*restore_machine_status) PROTO((struct function *));
-/* Nonzero if we need to distinguish between the return value of this function
- and the return value of a function called by this function. This helps
- integrate.c */
-
-extern int rtx_equal_function_value_matters;
-
/* The FUNCTION_DECL for an inline function currently being expanded. */
tree inline_function_decl;