diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -152,6 +152,7 @@ Boston, MA 02111-1307, USA. */ #include "recog.h" #include "basic-block.h" #include "output.h" +#include "function.h" #include "expr.h" #include "obstack.h" @@ -479,9 +480,6 @@ static int gcse_create_count; static int const_prop_count; /* Number of copys propagated. */ static int copy_prop_count; - -extern char *current_function_name; -extern int current_function_calls_setjmp; /* These variables are used by classic GCSE. Normally they'd be defined a bit later, but `rd_gen' needs to |