[commit: ghc] master: Nuke dead code (78afa20)
git at git.haskell.org
git at git.haskell.org
Sat Feb 1 19:04:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/78afa2078e474c9e8fd3d0f347c5652f296d5248/ghc
>---------------------------------------------------------------
commit 78afa2078e474c9e8fd3d0f347c5652f296d5248
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Sat Feb 1 19:15:06 2014 +0100
Nuke dead code
* CmmRewriteAddignments module was replaced by CmmSink a long
time ago. That module is now available at
https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Hoopl/Examples
wiki page.
* removeDeadAssignments function was not used and it was also
moved to the above page.
* I also nuked some commented out debugging code that was not
used for 1,5 year.
>---------------------------------------------------------------
78afa2078e474c9e8fd3d0f347c5652f296d5248
compiler/cmm/CmmLayoutStack.hs | 29 +-
compiler/cmm/CmmLive.hs | 28 --
compiler/cmm/CmmRewriteAssignments.hs | 628 ---------------------------------
compiler/ghc.cabal.in | 1 -
4 files changed, 5 insertions(+), 681 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 78afa2078e474c9e8fd3d0f347c5652f296d5248
More information about the ghc-commits
mailing list