remove a bogus assertion
[ghc-hetmet.git] / compiler / nativeGen / AsmCodeGen.lhs
index 7981a40..e0608cb 100644 (file)
@@ -40,7 +40,7 @@ import MachOp
 import CLabel
 import State
 
-import UniqFM
+import LazyUniqFM
 import Unique          ( Unique, getUnique )
 import UniqSupply
 import List            ( groupBy, sortBy )
@@ -719,9 +719,9 @@ cmmStmtConFold stmt
                                e' <- cmmExprConFold CallReference e
                                return $ CmmCallee e' conv
                              other -> return other
-                 args' <- mapM (\(arg, hint) -> do
+                 args' <- mapM (\(CmmHinted arg hint) -> do
                                   arg' <- cmmExprConFold DataReference arg
-                                  return (arg', hint)) args
+                                  return (CmmHinted arg' hint)) args
                 return $ CmmCall target' regs args' srt returns
 
         CmmCondBranch test dest