Fix let binding inlining in some cases.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Apr 2010 14:22:04 +0000 (16:22 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Apr 2010 14:22:04 +0000 (16:22 +0200)
commit0f8a8b4a17081168ca69024d716637b3c42f51bf
tree84c29fc6c3f3029b055c59f998e7275c40982318
parent9ebf03351aaec723053b7911aac922fbf2417756
Fix let binding inlining in some cases.

Let binding inlining was not working properly when an to-be-inlined
binding used another to-be-inlined binding and they were inlined in the
wrong order (the result would be a reference to a no longer existing
binding).
cλash/CLasH/Normalize/NormalizeTools.hs