LLVM: Add alias type defenitions to LlvmModule.
[ghc-hetmet.git] / compiler / llvmGen / Llvm / AbsSyn.hs
index 7a5b700..6b61368 100644 (file)
@@ -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],