X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FnativeGen%2FRegAlloc%2FLiveness.hs;fp=compiler%2FnativeGen%2FRegLiveness.hs;h=8445034ab91faea2084a08361d402094c7fcac3a;hb=ee6bba6f3d80c56b47bc623bc6e4f076be1f046f;hp=ea608bc2808b12081ec3478f9851f64c700251ef;hpb=a12e845684c10955bc594cdb20d1f13fae14873d;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegLiveness.hs b/compiler/nativeGen/RegAlloc/Liveness.hs similarity index 99% rename from compiler/nativeGen/RegLiveness.hs rename to compiler/nativeGen/RegAlloc/Liveness.hs index ea608bc..8445034 100644 --- a/compiler/nativeGen/RegLiveness.hs +++ b/compiler/nativeGen/RegAlloc/Liveness.hs @@ -7,7 +7,7 @@ ----------------------------------------------------------------------------- {-# OPTIONS -Wall -fno-warn-name-shadowing #-} -module RegLiveness ( +module RegAlloc.Liveness ( RegSet, RegMap, emptyRegMap, BlockMap, emptyBlockMap,