X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmProcPoint.hs;h=aa0ef01d37fbd8575749da759f19e18c23ea4d57;hb=a17889597792b1f2db29bdb92f4d1ee3a677d258;hp=f7af8caae39d89c6a2d02dd1534ff7484bebc177;hpb=17b297d97d327620ed6bfab942f8992b2446f1bf;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmProcPoint.hs b/compiler/cmm/CmmProcPoint.hs index f7af8ca..aa0ef01 100644 --- a/compiler/cmm/CmmProcPoint.hs +++ b/compiler/cmm/CmmProcPoint.hs @@ -1,8 +1,8 @@ -{-# OPTIONS_GHC -w #-} +{-# 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/WorkingConventions#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings -- for details module CmmProcPoint ( @@ -11,6 +11,7 @@ module CmmProcPoint ( #include "HsVersions.h" +import BlockId import Cmm import CmmBrokenBlock import Dataflow