diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Coalesce.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Coalesce.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs index 8521e92601..74eb0c2f55 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs @@ -18,7 +18,6 @@ import UniqFM import UniqSet import UniqSupply -import Control.Monad import Data.List -- | Do register coalescing on this top level thing |