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 trait name
  • Loading branch information
raviqqe committed Dec 10, 2024
commit cf527b9517091d0169be8b57c168a209f95ec49e
2 changes: 1 addition & 1 deletion macro/tests/operand.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod utility;

use melior::ir::{block::BlockApi, Block, Location, Type};
use melior::ir::{block::BlockLike, Block, Location, Type};
use utility::*;

melior_macro::dialect! {
Expand Down