diff options
author | simonpj <unknown> | 2000-05-24 15:47:13 +0000 |
---|---|---|
committer | simonpj <unknown> | 2000-05-24 15:47:13 +0000 |
commit | 95929be07d802527e15124d8d93c2b7ae5de4dd6 (patch) | |
tree | fd1243727e30a0f9ad789da81bc21d1e2c06e310 /ghc/compiler/javaGen/JavaGen.lhs | |
parent | 961bc2a017a653a823179e438ea138e647a08dde (diff) | |
download | haskell-95929be07d802527e15124d8d93c2b7ae5de4dd6.tar.gz |
[project @ 2000-05-24 15:47:13 by simonpj]
MERGE 4.07
* This fix cures the weird 'ifaceBinds' error that
Sven and George tripped over. It was quite obscure!
Basically, there was a top level binding
f = x
lying around, which CoreToStg didn't like. Why hadn't
it been substituted away? Because it had a NOINLINE
pragma. Why did it have a NOINLINE pragma? Because
it's an always-diverging function, so we never want to
inline it.
Diffstat (limited to 'ghc/compiler/javaGen/JavaGen.lhs')
0 files changed, 0 insertions, 0 deletions