diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1539,7 +1539,7 @@ extern void init_optabs PROTO ((void)); #ifdef BUFSIZ extern void dump_local_alloc PROTO ((FILE *)); #endif -extern void local_alloc PROTO ((void)); +extern int local_alloc PROTO ((void)); extern int function_invariant_p PROTO ((rtx)); /* In reload1.c */ |