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
This commit is contained in:
Sebastian Pop 2005-12-14 15:17:35 +01:00 committed by Sebastian Pop
parent b081e1dafb
commit ee39680c06
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
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>

View File

@ -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;