X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FCgHpc.hs;h=b2e3a9af39d56ab82f81d9600c339419a02df673;hp=e846f0e791d1cd1cffd69c5ce6fa2cb4d4845a1a;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=1c5499d4d5d506ce0cc971e98c09bfbf7bc290a1 diff --git a/compiler/codeGen/CgHpc.hs b/compiler/codeGen/CgHpc.hs index e846f0e..b2e3a9a 100644 --- a/compiler/codeGen/CgHpc.hs +++ b/compiler/codeGen/CgHpc.hs @@ -6,6 +6,13 @@ -- ----------------------------------------------------------------------------- +{-# OPTIONS -w #-} +-- The above warning supression flag is a temporary kludge. +-- While working on this module you are encouraged to remove it and fix +-- any warnings in the module. See +-- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings +-- for details + module CgHpc (cgTickBox, initHpc, hpcTable) where import Cmm @@ -76,6 +83,7 @@ initHpc this_mod (HpcInfo tickCount hashNo) ] (Just []) NoC_SRT -- No SRT b/c we PlayRisky + CmmMayReturn } where mod_alloc = mkFastString "hs_hpc_module"