summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-29 17:33:35 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-29 17:33:35 +0000
commitbd81c493f4c50147406a9fa1b2d1af8fc20b1534 (patch)
tree19eb5b6cc76462267091b0eee5b279613bc866d5 /gcc/cfgrtl.c
parent82b524a2a13cc484c2e2bdb6607a0e1c345049f5 (diff)
downloadgcc-bd81c493f4c50147406a9fa1b2d1af8fc20b1534.tar.gz
Oops, wrong tree, sorry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r--gcc/cfgrtl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index 3429370480e..92d230eebce 100644
--- a/gcc/cfgrtl.c
+++ b/gcc/cfgrtl.c
@@ -1515,7 +1515,6 @@ verify_flow_info ()
rtx x;
int i, last_bb_num_seen, num_bb_notes, err = 0;
- return;
bb_info = (basic_block *) xcalloc (max_uid, sizeof (basic_block));
last_visited = (basic_block *) xcalloc (n_basic_blocks + 2,
sizeof (basic_block));