diff options
Diffstat (limited to 'compiler/llvmGen/Llvm.hs')
-rw-r--r-- | compiler/llvmGen/Llvm.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/llvmGen/Llvm.hs b/compiler/llvmGen/Llvm.hs index d69b88ce23..32bd35b8e1 100644 --- a/compiler/llvmGen/Llvm.hs +++ b/compiler/llvmGen/Llvm.hs @@ -38,7 +38,7 @@ module Llvm ( i64, i32, i16, i8, i1, i8Ptr, llvmWord, llvmWordPtr, -- ** Metadata types - LlvmMetaVal(..), LlvmMetaUnamed(..), LlvmMeta(..), MetaData, + MetaExpr(..), MetaVal(..), MetaData, MetaDecl(..), -- ** Operations on the type system. isGlobal, getLitType, getLit, getName, getPlainName, getVarType, @@ -53,6 +53,7 @@ module Llvm ( ) where import Llvm.AbsSyn +import Llvm.MetaData import Llvm.PpLlvm import Llvm.Types |