//! LLVM IR dialect.
//!
//! This dialect holds operations that when printed are valid LLVM IR.
use crateDialect;
pub use AddOp;
pub use AllocaOp;
pub use BranchOp;
pub use CallOp;
pub use FuncOp;
pub use ModuleOp;
pub use PhiOp;
pub use ReturnOp;
pub use StoreOp;
pub use ArrayType;
pub use FunctionType;
pub use PointerType;