aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-10-10 23:18:32 +0000
committerJeff Law <law@gcc.gnu.org>1998-10-10 17:18:32 -0600
commit9265dacf25a26ef02473949bc8feec743e1e5b8c (patch)
treeaa526f8221b6bf5dce3a4b3b7cb94f5962e87891 /gcc/output.h
parenta86d864c41d8dc8bdcbcf87cdfa49185319fd0e5 (diff)
downloadgcc-9265dacf25a26ef02473949bc8feec743e1e5b8c.zip
gcc-9265dacf25a26ef02473949bc8feec743e1e5b8c.tar.gz
gcc-9265dacf25a26ef02473949bc8feec743e1e5b8c.tar.bz2
flow.c (find_basic_blocks): Delte "live_reachable_p" argument.
* flow.c (find_basic_blocks): Delte "live_reachable_p" argument. (find_basic_blocks_1): Similarly. * output.h (find_basic_blocks): Fix prototype. * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to find_basic_blocks anymore. From-SVN: r22979
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 353a9d6..06d5204 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -128,7 +128,7 @@ extern void allocate_for_life_analysis PROTO((void));
extern int regno_uninitialized PROTO((int));
extern int regno_clobbered_at_setjmp PROTO((int));
extern void dump_flow_info PROTO((FILE *));
-extern void find_basic_blocks PROTO((rtx, int, FILE *, int));
+extern void find_basic_blocks PROTO((rtx, int, FILE *));
extern void free_basic_block_vars PROTO((int));
extern void set_block_num PROTO((rtx, int));
extern void life_analysis PROTO((rtx, int, FILE *));