NCG: Move RegLiveness -> RegAlloc.Liveness
authorBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:52:50 +0000 (03:52 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:52:50 +0000 (03:52 +0000)
commitee6bba6f3d80c56b47bc623bc6e4f076be1f046f
treea690669e830106daace9aa7ff577b41092ad2469
parenta12e845684c10955bc594cdb20d1f13fae14873d
NCG: Move RegLiveness -> RegAlloc.Liveness
14 files changed:
compiler/ghc.cabal.in
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/RegAlloc/Graph/Coalesce.hs
compiler/nativeGen/RegAlloc/Graph/Main.hs
compiler/nativeGen/RegAlloc/Graph/Spill.hs
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
compiler/nativeGen/RegAlloc/Graph/SpillCost.hs
compiler/nativeGen/RegAlloc/Graph/Stats.hs
compiler/nativeGen/RegAlloc/Linear/Base.hs
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
compiler/nativeGen/RegAlloc/Linear/Main.hs
compiler/nativeGen/RegAlloc/Linear/State.hs
compiler/nativeGen/RegAlloc/Linear/Stats.hs
compiler/nativeGen/RegAlloc/Liveness.hs [moved from compiler/nativeGen/RegLiveness.hs with 99% similarity]