Inline all top level functions that look simple.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 18 Aug 2009 09:57:13 +0000 (11:57 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 18 Aug 2009 09:58:59 +0000 (11:58 +0200)
commit9fb1f6af219599d84cb085061b126b30db16a165
tree3992bfa5f3007ae1712dbfeeb4a12f6eb44d2c5f
parentdda227b02df4fc23e7fd658dd9e5a7ee93f494bc
Inline all top level functions that look simple.

This inlines any function whose normalized version just contains a single
definition. This might be a bit too enthusiastic, though it probably helps
a lot.
cλash/CLasH/Normalize.hs