From: v.dijk.bas@gmail.com Date: Wed, 12 Sep 2007 14:33:46 +0000 (+0000) Subject: Forgot to import Data.List.find X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5c77b95cc79f7cce8dd15bc639a3ed58664444a4;p=ghc-hetmet.git Forgot to import Data.List.find --- diff --git a/compiler/nativeGen/RegSpillClean.hs b/compiler/nativeGen/RegSpillClean.hs index 47ded08..9f80e47 100644 --- a/compiler/nativeGen/RegSpillClean.hs +++ b/compiler/nativeGen/RegSpillClean.hs @@ -42,7 +42,7 @@ import Outputable import Util import Data.Maybe -import Data.List ( nub ) +import Data.List ( find, nub ) -- | Clean out unneeded spill/reloads from this top level thing. cleanSpills :: LiveCmmTop -> LiveCmmTop