Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BlockApi trait. #635

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix doctests.
  • Loading branch information
azteca1998 committed Dec 9, 2024
commit 0582e97dcb8fc8e91bdfb4f8c048d3ad2b2ac60f
2 changes: 1 addition & 1 deletion melior/src/ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod value;
pub use self::{
affine_map::AffineMap,
attribute::{Attribute, AttributeLike},
block::{Block, BlockRef},
block::{Block, BlockApi, BlockRef},
identifier::Identifier,
location::Location,
module::Module,
Expand Down
Loading