Commit 8701a6a4 by Philippe De Muyter Committed by Jeff Law

* ifcvt.c (if_convert): Do not free NULL.

From-SVN: r33888
parent e09aafa0
Sat May 13 11:05:47 2000 Philippe De Muyter <phdm@macqel.be>
* ifcvt.c (if_convert): Do not free NULL.
2000-05-12 Nick Clifton <nickc@cygnus.com> 2000-05-12 Nick Clifton <nickc@cygnus.com>
* config/fr30/fr30.c (fr30_move_double): New function: Emit code * config/fr30/fr30.c (fr30_move_double): New function: Emit code
......
...@@ -1990,6 +1990,7 @@ if_convert (life_data_ok) ...@@ -1990,6 +1990,7 @@ if_convert (life_data_ok)
block_num++; block_num++;
} }
if (post_dominators)
sbitmap_vector_free (post_dominators); sbitmap_vector_free (post_dominators);
if (rtl_dump_file) if (rtl_dump_file)
......
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