Commit ee39680c by Sebastian Pop Committed by Sebastian Pop

cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of cond_expr parameter.

	* cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of
	cond_expr parameter.

From-SVN: r108510
parent b081e1da
2005-12-14 Sebastian Pop <pop@cri.ensmp.fr>
* loop-unswitch.c (unswitch_loop): Free zero_bitmap before returning.
* cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of
cond_expr parameter.
2005-12-14 Sebastian Pop <pop@cri.ensmp.fr>
* loop-unswitch.c (unswitch_loop): Free zero_bitmap before returning.
2005-12-14 J"orn Rennecke <joern.rennecke@st.com>
......
......@@ -1404,7 +1404,7 @@ static basic_block
lv_adjust_loop_entry_edge (basic_block first_head,
basic_block second_head,
edge e,
tree cond_expr)
void *cond_expr)
{
basic_block new_head = NULL;
edge e1;
......
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