New flag -dddump-rule-rewrites
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Sat, 27 Nov 2010 12:20:22 +0000 (12:20 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Sat, 27 Nov 2010 12:20:22 +0000 (12:20 +0000)
commit9c84f11b774960077d33d94a23ebc42af79d2ec4
tree77b50d98589b41a6e4c9cde19ea22d9bc987e9cd
parente24638cf715a67d087cac3d6a8d979f76f957c62
New flag -dddump-rule-rewrites

Now, -ddump-rule-firings only shows the names of the rules that fired (it would
show "before" and "after" with -dverbose-core2core previously) and
-ddump-rule-rewrites always shows the "before" and "after" bits, even without
-dverbose-core2core.
compiler/main/DynFlags.hs
compiler/simplCore/Simplify.lhs