X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAllocInfo.hs;h=0328b95d5ef8da24d0ca887f82f66d9a094b5f26;hb=dcd38ff7690eb9bdfefc3e7b5c29b7269149df87;hp=da876c38fab721c346ce7148a39208d2f38c5a9f;hpb=6ee9554a738c442719ded861504acb729fd3d431;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAllocInfo.hs b/compiler/nativeGen/RegAllocInfo.hs index da876c3..0328b95 100644 --- a/compiler/nativeGen/RegAllocInfo.hs +++ b/compiler/nativeGen/RegAllocInfo.hs @@ -35,6 +35,7 @@ module RegAllocInfo ( #include "HsVersions.h" +import BlockId import Cmm import CLabel import MachOp ( MachRep(..), wordRep )