Replace ASSERT with WARN, and explain why
authorsimonpj@microsoft.com <unknown>
Thu, 18 Sep 2008 15:52:45 +0000 (15:52 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 18 Sep 2008 15:52:45 +0000 (15:52 +0000)
commit81c8d88ac646fa6191528f6d29986598bb6ba116
tree95e3af829854667c8b268693c43ba7c994347638
parent4560a2d223f031462d4684b66e4e8f88ab8d75df
Replace ASSERT with WARN, and explain why

The DPH library tripped an ASSERT.  The code is actually OK, but it's
badly-optimised so I changed it to WARN.  The issue here is explained
in ClosureInfo, Note [Unsafe coerce complications].
compiler/codeGen/ClosureInfo.lhs