X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegLiveness.hs;h=6bee0c85fc7efcaf7011c9d2ac68bfb9f4b1b671;hb=30c122df62ec75f9ed7f392f24c2925675bf1d06;hp=9ee98971baf49e320983970c1a357f8b4dda386f;hpb=7c7104a51d477c18f8950112c4bc22c4800367f3;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegLiveness.hs b/compiler/nativeGen/RegLiveness.hs index 9ee9897..6bee0c8 100644 --- a/compiler/nativeGen/RegLiveness.hs +++ b/compiler/nativeGen/RegLiveness.hs @@ -46,6 +46,7 @@ import UniqFM import UniqSupply import Bag import State +import FastString import Data.List import Data.Maybe