X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmProcPoint.hs;h=451a15343b5529e2eee081c5d01f0e1737a88bfd;hb=ba60dc74fdb18fe655cfac605130cf6480116e47;hp=df408c666f829f7a4cfe45c21edeafbeb5e66496;hpb=ca9c90e51724d8efdebfd97128b21c5bc0eed555;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmProcPoint.hs b/compiler/cmm/CmmProcPoint.hs index df408c6..451a153 100644 --- a/compiler/cmm/CmmProcPoint.hs +++ b/compiler/cmm/CmmProcPoint.hs @@ -1,3 +1,10 @@ +{-# 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