X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FMkZipCfgCmm.hs;h=06830581ad1ca66dc0ae8cc691e0dfbfc2d9e7d0;hb=8a9eb3cd35117c62ac9758d118c6f4109b7330cb;hp=4eabffb208272989b2b906004f05b3531cb6a69b;hpb=5dd61c6680eb9c2091048cacbfa53ab9e55ddcb6;p=ghc-hetmet.git diff --git a/compiler/cmm/MkZipCfgCmm.hs b/compiler/cmm/MkZipCfgCmm.hs index 4eabffb..0683058 100644 --- a/compiler/cmm/MkZipCfgCmm.hs +++ b/compiler/cmm/MkZipCfgCmm.hs @@ -35,7 +35,6 @@ import PprCmm() import FastString import ForeignCall import MkZipCfg -import Outputable import Panic import SMRep (ByteOff) import StaticFlags @@ -262,8 +261,6 @@ mkCmmCall f results actuals = mkCall f (NativeDirectCall, NativeReturn) results -- I'm dropping the SRT, but that should be okay: we plan to reconstruct it later. mkCall f (callConv, retConv) results actuals updfr_off = - pprTrace "mkCall" (ppr f <+> ppr actuals <+> ppr results <+> ppr callConv <+> - ppr retConv) $ withFreshLabel "call successor" $ \k -> let area = CallArea $ Young k (off, copyin) = copyInOflow retConv area results