No longer add a top level let before normalization.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:12:50 +0000 (14:12 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:12:50 +0000 (14:12 +0200)
commita225f53c9ac84f9c325d498867e92b302cbac83a
treea325e67ea8927c914d281661979fe81af314e589
parent18c4c888d33dd374b82cc46b3ef568697022c64b
No longer add a top level let before normalization.

This was previously required to ensure there was always a let on top
level. However, since we are using nonrecursive lets now and use a
splitNormalized instead of hard matching a Let constructor, there is no
need for an (empty) let at the top anymore.
cλash/CLasH/Normalize.hs