[project @ 2001-09-11 08:18:16 by simonpj]
authorsimonpj <unknown>
Tue, 11 Sep 2001 08:18:16 +0000 (08:18 +0000)
committersimonpj <unknown>
Tue, 11 Sep 2001 08:18:16 +0000 (08:18 +0000)
commit3ea73c487bc128597ae0cb9b34987c013b24d24a
tree842a4f3c96b41dfa1bfb5e6e58eb2519a580f038
parent978840b58d20b9621beb0950bf7ee5e1ddd69634
[project @ 2001-09-11 08:18:16 by simonpj]
-----------------------
More demand-info fixes
-----------------------

MERGE WITH STABLE BRANCH

There are a handful of functions in IdInfo that zap the
demand-info stored in an Id.  Alas, they were zapping the
*old* demand-info not the new one.  (The old one is still
there for comparison purposes.)  So we were getting some
spurious warnings and (more seriously) potentially some
incorrect strictness.  Easily fixed though.
ghc/compiler/basicTypes/IdInfo.lhs