Add support for parameter attributes to the llvm BE binding
[ghc-hetmet.git] / compiler / llvmGen / Llvm.hs
index 907ab39..dcb8706 100644 (file)
@@ -18,6 +18,7 @@ module Llvm (
         LlvmFunctions, LlvmFunctionDecls,
         LlvmStatement(..), LlvmExpression(..),
         LlvmBlocks, LlvmBlock(..), LlvmBlockId,
+        LlvmParamAttr(..), LlvmParameter,
 
         -- * Call Handling
         LlvmCallConvention(..), LlvmCallType(..), LlvmParameterListType(..),