From cd313fbbb6fdd5c37194bea1bcd01469feaeeb8d Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 24 Oct 2007 16:00:47 +0000 Subject: [PATCH] Added a comment about DerefVariable in SimplifyExprs --- transformations/SimplifyExprs.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/transformations/SimplifyExprs.hs b/transformations/SimplifyExprs.hs index 0177f34..d501e18 100644 --- a/transformations/SimplifyExprs.hs +++ b/transformations/SimplifyExprs.hs @@ -222,6 +222,7 @@ pullUp = doGeneric case e' of A.ExprVariable _ (A.Variable _ _) -> return e' A.ExprVariable _ (A.DirectedVariable _ _ _) -> return e' + --TODO work out whether to pull up DerefVariable _ -> pull t e' _ -> return e' where