llvm-general-pure-3.4.2.1: src/LLVM/General/AST/AddrSpace.hs
-- | Pointers exist in Address Spaces module LLVM.General.AST.AddrSpace where import Data.Data import Data.Word -- | See <http://llvm.org/docs/LangRef.html#pointer-type> data AddrSpace = AddrSpace Word32 deriving (Eq, Ord, Read, Show, Typeable, Data)