diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-08 11:16:37 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-08 11:16:37 +0000 |
commit | e6573f2649d48bd5df304c4590150e1e9745c8c1 (patch) | |
tree | 319bd9ebacd3aeeca0015f015e453c06dd069c2b /gcc/cfgcleanup.c | |
parent | 6eca0bfbf4e17711b5f5240bdaa9fc4e5897b80e (diff) | |
download | gcc-e6573f2649d48bd5df304c4590150e1e9745c8c1.tar.gz |
Fix merge typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 1bb3d9bc19d..826569ad723 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -74,7 +74,6 @@ static int flow_find_cross_jump PARAMS ((int, basic_block, basic_block, rtx *, rtx *)); static bool insns_match_p PARAMS ((int, rtx, rtx)); -bool delete_unreachable_blocks PARAMS ((void)); static bool label_is_jump_target_p PARAMS ((rtx, rtx)); static bool tail_recursion_label_p PARAMS ((rtx)); static void merge_blocks_move_predecessor_nojumps PARAMS ((basic_block, |