Allow -ddump-simpl-phases to specify which phases to dump
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 11 Feb 2008 02:06:30 +0000 (02:06 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Mon, 11 Feb 2008 02:06:30 +0000 (02:06 +0000)
commitb4229ab662b6d87b1477bafa85d2db46e5a9a152
tree7a5c0529e1044d0cdf4fc9763593d589e769c1e8
parentaed0554eb789d949b196230a9d25c38e2c6e14d9
Allow -ddump-simpl-phases to specify which phases to dump

We can now say -ddump-simpl-phases=1,2 to dump only these two phases and
nothing else.
compiler/coreSyn/CoreLint.lhs
compiler/main/DynFlags.hs
compiler/main/ErrUtils.lhs
compiler/simplCore/SimplCore.lhs