Avoid ASSERT black hole
authorsimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 10:58:20 +0000 (10:58 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 10:58:20 +0000 (10:58 +0000)
commit528db2ad98caf5067ebdadf424c6c816c3927dd4
treefeff35d159bd6c058c72d85a860e418057434df3
parent8ddee6152c215e8e8ee1cbfff3481ea5bc062305
Avoid ASSERT black hole

When this ASSERT tripped in CoreToStg it tried to print out
too much, which tripped the asssertion again.  Result: an
infinite loop with no output at all.  Hard to debug!
compiler/stgSyn/CoreToStg.lhs