summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmSink.hs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-09-24 11:12:35 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-09-24 11:12:35 +0100
commit5cf718261506cfc25c089e57c4d5c46111dbe6a1 (patch)
treeb40d9a77b805f83f107e9631fd2b708c5552563f /compiler/cmm/CmmSink.hs
parent254f1a6c91d70d59b8731e7c3a8fa3619d8da1db (diff)
downloadhaskell-5cf718261506cfc25c089e57c4d5c46111dbe6a1.tar.gz
Misc tidyup
Diffstat (limited to 'compiler/cmm/CmmSink.hs')
-rw-r--r--compiler/cmm/CmmSink.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmSink.hs b/compiler/cmm/CmmSink.hs
index 28e3b7723d..7acc4dd460 100644
--- a/compiler/cmm/CmmSink.hs
+++ b/compiler/cmm/CmmSink.hs
@@ -3,7 +3,7 @@ module CmmSink (
cmmSink
) where
-import StgCmmUtils (callerSaves)
+import CodeGen.Platform (callerSaves)
import Cmm
import BlockId