X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FllvmGen%2FLlvm%2FTypes.hs;fp=compiler%2FllvmGen%2FLlvm%2FTypes.hs;h=e14dcce8cb5b59f0e829c8fd556959fa2c8ba103;hb=770f05e6d160874d607e3f2bbc57912319f2a104;hp=0a4fff2807e9a9c77910c95b68f966c162f1b8cf;hpb=8538e4ba68b3d34ceaa2677ed242ac45ab456ce7;p=ghc-hetmet.git diff --git a/compiler/llvmGen/Llvm/Types.hs b/compiler/llvmGen/Llvm/Types.hs index 0a4fff2..e14dcce 100644 --- a/compiler/llvmGen/Llvm/Types.hs +++ b/compiler/llvmGen/Llvm/Types.hs @@ -70,7 +70,7 @@ instance Show LlvmType where show (LMAlias (s,_)) = "%" ++ unpackFS s --- | An LLVM section defenition. If Nothing then let LLVM decide the section +-- | An LLVM section definition. If Nothing then let LLVM decide the section type LMSection = Maybe LMString type LMAlign = Maybe Int type LMConst = Bool -- ^ is a variable constant or not