projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5fa331
)
(mark_all_temps_used): Set KEEP as well.
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 21 Jan 1997 21:03:29 +0000
(16:03 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 21 Jan 1997 21:03:29 +0000
(16:03 -0500)
From-SVN: r13541
gcc/function.c
patch
|
blob
|
history
diff --git
a/gcc/function.c
b/gcc/function.c
index 0116b3267beac1aaa9bb8a018fdc5dabeaa3a26c..d67ad5b2478d7826072bdd80f3dc0dffc5428f53 100644
(file)
--- a/
gcc/function.c
+++ b/
gcc/function.c
@@
-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);
}
}