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:
Mike Stump 1994-05-06 10:13:17 +00:00
parent 8d2733caec
commit d3158f1a23

View File

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