Corrected a mistake in a comment
This commit is contained in:
parent
3a65651885
commit
cc7d32ffeb
|
@ -36,7 +36,7 @@ import Types
|
||||||
import Utils
|
import Utils
|
||||||
|
|
||||||
|
|
||||||
-- TODO we should probably calculate this from the AST
|
-- TODO we should probably calculate this from the CFG
|
||||||
checkArrayUsage :: Data a => a -> PassM a
|
checkArrayUsage :: Data a => a -> PassM a
|
||||||
checkArrayUsage tree = (mapM_ checkPar $ listify (const True) tree) >> return tree
|
checkArrayUsage tree = (mapM_ checkPar $ listify (const True) tree) >> return tree
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue
Block a user