X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FllvmGen%2FLlvm%2FAbsSyn.hs;fp=compiler%2FllvmGen%2FLlvm%2FAbsSyn.hs;h=6b613689e599e080584eef98e1837fffdeda697d;hb=e553a60151dc282c8b8c201871212cba0c3bf2a0;hp=7a5b70048f7c390de015a4641c7cacce321f5297;hpb=d7b861369fa96494659b41b31d8935d65fdeaaae;p=ghc-hetmet.git diff --git a/compiler/llvmGen/Llvm/AbsSyn.hs b/compiler/llvmGen/Llvm/AbsSyn.hs index 7a5b700..6b61368 100644 --- a/compiler/llvmGen/Llvm/AbsSyn.hs +++ b/compiler/llvmGen/Llvm/AbsSyn.hs @@ -28,6 +28,9 @@ data LlvmModule = LlvmModule { -- | Comments to include at the start of the module. modComments :: [LMString], + -- | LLVM Alias type defenitions. + modAliases :: [LlvmAlias], + -- | Global variables to include in the module. modGlobals :: [LMGlobal],