Don't try to inline non-normalizeable top level functions.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 19 Aug 2009 10:32:00 +0000 (12:32 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 19 Aug 2009 10:32:00 +0000 (12:32 +0200)
commit537f5cc89c2a2581b0d7023320e1ade723a01759
tree8a2ba187895130ea1ffcebe96a60aef8b5c5d82f
parent363508934b28a8d22af5689e87a0013aa2f935fa
Don't try to inline non-normalizeable top level  functions.

Since we do normalization before inlining, we should only try this with
functions that can be normalized.
cλash/CLasH/Normalize.hs