Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent fc20613 commit e5253ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions melior/src/helpers/arith.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ use crate::{
},
ods,
},
ir::{
r#type::IntegerType,
Attribute, Block, Location, Type, Value,
},
ir::{r#type::IntegerType, Attribute, Block, Location, Type, Value},
Context, Error,
};
use core::fmt;
Expand Down
5 changes: 2 additions & 3 deletions melior/src/helpers/builtin.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::{
ir::{
Block, Operation, Value,
}, Error,
ir::{Block, Operation, Value},
Error,
};

pub trait BuiltinBlockExt<'c> {
Expand Down
5 changes: 1 addition & 4 deletions melior/src/helpers/llvm.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use super::arith::ArithBlockExt;
use super::builtin::BuiltinBlockExt;
use crate::{
dialect::{
llvm::r#type::pointer,
ods,
},
dialect::{llvm::r#type::pointer, ods},
ir::{
attribute::{
DenseI32ArrayAttribute, DenseI64ArrayAttribute, IntegerAttribute, TypeAttribute,
Expand Down

0 comments on commit e5253ed

Please sign in to comment.