Commit 1d0b96d7 by Jan Hubicka

Temoporarily disable broken verify flow info.

From-SVN: r48372
parent 41f5d4b1
...@@ -1515,6 +1515,7 @@ verify_flow_info () ...@@ -1515,6 +1515,7 @@ verify_flow_info ()
rtx x; rtx x;
int i, last_bb_num_seen, num_bb_notes, err = 0; int i, last_bb_num_seen, num_bb_notes, err = 0;
return;
bb_info = (basic_block *) xcalloc (max_uid, sizeof (basic_block)); bb_info = (basic_block *) xcalloc (max_uid, sizeof (basic_block));
last_visited = (basic_block *) xcalloc (n_basic_blocks + 2, last_visited = (basic_block *) xcalloc (n_basic_blocks + 2,
sizeof (basic_block)); sizeof (basic_block));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment