[project @ 2003-07-21 11:01:06 by simonmar]
authorsimonmar <unknown>
Mon, 21 Jul 2003 11:01:07 +0000 (11:01 +0000)
committersimonmar <unknown>
Mon, 21 Jul 2003 11:01:07 +0000 (11:01 +0000)
commit16f04e14a9c4766abbb17d27d79f70e3a6b68da7
tree37b117fe5a929e71893ff40adc963a7133b33073
parent42dbb063e04ad00e2da7d29b65a27e8dcee0a0cb
[project @ 2003-07-21 11:01:06 by simonmar]
When restoring the cost centre in a let-no-escape, don't free the
stack slot containing it.  We might need the saved cost centre again
for a recursive call to this let-no-escape.

Should fix profiling a bit more.
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgLetNoEscape.lhs