-- | Module to allow importing 'CallingConvention' distinctly qualified. module LLVM.General.AST.CallingConvention where import LLVM.General.Prelude -- | data CallingConvention = C | Fast | Cold | GHC | Numbered Word32 deriving (Eq, Read, Show, Typeable, Data)