patch applied (ghc): Remove bogus assertion in getCallMethod
kirsten Chevalier <[email protected]> Thu, 11 Jan 2007 09:32:36 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20070111173236.GA11592__24083.5370532752$1168536770$gmane$org@cvs.haskell.org> |
Thu Jan 11 09:25:01 PST 2007 Kirsten Chevalier <[email protected]> * Remove bogus assertion in getCallMethod With my as-yet-uncommitted changes to the demand analyzer, code got generated for some programs that caused this assertion to fail. The transformation I was doing was correct; it was the assertion that wasn't. So, the assertion is removed. This is actually Simon PJ's patch rather than mine, but I noticed that it wasn't checked in and it seems completely safe to do so. M ./compiler/codeGen/ClosureInfo.lhs -1 +7