tell expand_expr that we are going to ignore the cleanup.
TREE_SIDE_EFFECTS should be set on these things. From-SVN: r7222
This commit is contained in:
parent
8d2733caec
commit
d3158f1a23
@ -8157,7 +8157,7 @@ expand_cleanups_to (old_cleanups)
|
||||
{
|
||||
while (cleanups_this_call != old_cleanups)
|
||||
{
|
||||
expand_expr (TREE_VALUE (cleanups_this_call), NULL_RTX, VOIDmode, 0);
|
||||
expand_expr (TREE_VALUE (cleanups_this_call), const0_rtx, VOIDmode, 0);
|
||||
cleanups_this_call = TREE_CHAIN (cleanups_this_call);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user