X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FllvmGen%2FLlvm%2FAbsSyn.hs;fp=compiler%2FllvmGen%2FLlvm%2FAbsSyn.hs;h=05a0f08cfd802a34fc04bd7e54ce5c928c2db827;hb=3aadff5e31bf6b665cf7ae7606c94cdab85624d2;hp=9c255ab7df93a3e79ec2ff0934d8ee4c5fc9f201;hpb=09e6aba8000ccf52943ada4fb9ac76e0d93a202f;p=ghc-hetmet.git diff --git a/compiler/llvmGen/Llvm/AbsSyn.hs b/compiler/llvmGen/Llvm/AbsSyn.hs index 9c255ab..05a0f08 100644 --- a/compiler/llvmGen/Llvm/AbsSyn.hs +++ b/compiler/llvmGen/Llvm/AbsSyn.hs @@ -28,9 +28,6 @@ data LlvmModule = LlvmModule { -- | Comments to include at the start of the module. modComments :: [LMString], - -- | Constants to include in the module. - modConstants :: [LMConstant], - -- | Global variables to include in the module. modGlobals :: [LMGlobal],