X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmProcPoint.hs;h=aa0ef01d37fbd8575749da759f19e18c23ea4d57;hb=54b748e03297e970bbef9d00a96139798009af0d;hp=df408c666f829f7a4cfe45c21edeafbeb5e66496;hpb=ca9c90e51724d8efdebfd97128b21c5bc0eed555;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmProcPoint.hs b/compiler/cmm/CmmProcPoint.hs index df408c6..aa0ef01 100644 --- a/compiler/cmm/CmmProcPoint.hs +++ b/compiler/cmm/CmmProcPoint.hs @@ -1,9 +1,17 @@ +{-# 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/Commentary/CodingStyle#Warnings +-- for details + module CmmProcPoint ( calculateProcPoints ) where #include "HsVersions.h" +import BlockId import Cmm import CmmBrokenBlock import Dataflow