X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FCgProf.hs;h=eee1083fca2481cec7de117fd466e9621059e5bf;hp=1488e34956ddafd3096c2c3c71f58444fd84bd86;hb=8281859e406c3f70dff869b913a37f883ac77679;hpb=f38d627162c08a598ab07a1f3dcc2ee39ca0936c diff --git a/compiler/codeGen/CgProf.hs b/compiler/codeGen/CgProf.hs index 1488e34..eee1083 100644 --- a/compiler/codeGen/CgProf.hs +++ b/compiler/codeGen/CgProf.hs @@ -43,12 +43,12 @@ import MachOp import CmmUtils ( zeroCLit, mkIntCLit, mkLblExpr ) import CLabel ( mkCCLabel, mkCCSLabel, mkRtsDataLabel ) -import Module ( moduleString ) +import Module ( pprModule ) import Id ( Id ) import CostCentre import StgSyn ( GenStgExpr(..), StgExpr ) import StaticFlags ( opt_SccProfilingOn ) -import FastString ( FastString, mkFastString, LitString ) +import FastString ( FastString ) import Constants -- Lots of field offsets import Outputable