X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAllocLinear.hs;h=14d7eba5a4e77792e03016c5880b5abf36ae4075;hb=30c122df62ec75f9ed7f392f24c2925675bf1d06;hp=4b023c5e767b0c47b8286795255739ad99b4c4b7;hpb=f1d525d1f140bb695cd3a746ba7dd16402868dde;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs index 4b023c5..14d7eba 100644 --- a/compiler/nativeGen/RegAllocLinear.hs +++ b/compiler/nativeGen/RegAllocLinear.hs @@ -101,6 +101,7 @@ import UniqFM import UniqSupply import Outputable import State +import FastString import Data.Maybe import Data.List