From 5c77b95cc79f7cce8dd15bc639a3ed58664444a4 Mon Sep 17 00:00:00 2001 From: "v.dijk.bas@gmail.com" Date: Wed, 12 Sep 2007 14:33:46 +0000 Subject: [PATCH] Forgot to import Data.List.find --- compiler/nativeGen/RegSpillClean.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4