Take vectorisation declarations into account during the initial occurrence analysis...
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Thu, 9 Jun 2011 12:35:03 +0000 (22:35 +1000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Fri, 10 Jun 2011 04:19:21 +0000 (14:19 +1000)
commita1fae73a83665d7b9134509e80d34ff69a009cc7
treebee11c91bf612cf3676094a61e0aba791bf331fa
parent75f9f3559b9959f067c893ae3f7c89da7fd18813
Take vectorisation declarations into account during the initial occurrence analysis (right after desugaring).
compiler/coreSyn/CoreFVs.lhs
compiler/coreSyn/CoreSubst.lhs
compiler/deSugar/Desugar.lhs
compiler/simplCore/OccurAnal.lhs
compiler/simplCore/SimplCore.lhs
compiler/typecheck/TcBinds.lhs
compiler/typecheck/TcRnMonad.lhs