1 structure FeckfulnessAnalysis :> OPTIMIZATION =
4 structure TU = TreeUtils
6 fun feckstm (a as T.EFFECT e) =
12 val optimizer = { shortname = "feckfulness", description = "Removes simple side effect statements that have no effect", func = Optimizer.IRSTM feckstm }