Declare some top level globals to be constant when appropriate
[ghc-hetmet.git] / compiler / llvmGen / Llvm / AbsSyn.hs
index 9c255ab..05a0f08 100644 (file)
@@ -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],