X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FBitmap.hs;h=93cf43f639d68c163e8a401142b6313c2b520a17;hp=c0b490978cf6ec54e66ee88ce5e74b3716409b63;hb=49c98d143c382a1341e1046f5ca00819a25691ba;hpb=b00b5bc04ff36a551552470060064f0b7d84ca30 diff --git a/compiler/codeGen/Bitmap.hs b/compiler/codeGen/Bitmap.hs index c0b4909..93cf43f 100644 --- a/compiler/codeGen/Bitmap.hs +++ b/compiler/codeGen/Bitmap.hs @@ -1,5 +1,5 @@ -- --- (c) The University of Glasgow 2003 +-- (c) The University of Glasgow 2003-2006 -- -- Functions for constructing bitmaps, which are used in various @@ -17,7 +17,8 @@ module Bitmap ( import SMRep import Constants -import DATA_BITS + +import Data.Bits {-| A bitmap represented by a sequence of 'StgWord's on the /target/