Turn let recursification into its opposite.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:00:45 +0000 (14:00 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:00:45 +0000 (14:00 +0200)
commitef73954eae9eef99f0a6edc1fcdbccf024f5e31d
tree058dcfe7c7415f8abee51b6e12545024d98138dc
parent85693fb7ac19042b767cd712e92aec9897a0155e
Turn let recursification into its opposite.

Instead of making all lets recursive, it now makes all lets nonrecursive,
wherever possible. This breaks normalization, since most other passes work
with recursive lets exclusively.
cλash/CLasH/Normalize.hs