mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
if-to-switch: fix a memory leak
gcc/ChangeLog: PR tree-optimization/99002 * gimple-if-to-switch.cc (find_conditions): Fix memory leak in the function.
This commit is contained in:
parent
d44f56f2b2
commit
5da5d8a02c
@ -447,10 +447,9 @@ find_conditions (basic_block bb,
|
||||
info->record_phi_mapping (info->m_false_edge,
|
||||
&info->m_false_edge_phi_mapping);
|
||||
conditions_in_bbs->put (bb, info);
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
exit:
|
||||
delete info;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user