mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 12:45:24 +08:00
(mark_all_temps_used): Set KEEP as well.
From-SVN: r13541
This commit is contained in:
parent
b5fa331476
commit
85b119d1b7
@ -1239,7 +1239,7 @@ mark_all_temps_used ()
|
||||
|
||||
for (p = temp_slots; p; p = p->next)
|
||||
{
|
||||
p->in_use = 1;
|
||||
p->in_use = p->keep = 1;
|
||||
p->level = MIN (p->level, temp_slot_level);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user