Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Jul 2, 2024
1 parent 38e6868 commit c4420df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pliron-llvm/src/to_inkwell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ use inkwell::{
context::Context as IWContext,
module::Module as IWModule,
types::{
self as iwtypes, AnyType, AnyTypeEnum, BasicMetadataTypeEnum, BasicType, BasicTypeEnum, IntType,
self as iwtypes, AnyType, AnyTypeEnum, BasicMetadataTypeEnum, BasicType, BasicTypeEnum,
IntType,
},
values::{
AnyValue, AnyValueEnum, BasicValueEnum, FunctionValue, IntValue, PhiValue, PointerValue,
Expand All @@ -47,7 +48,8 @@ use crate::{
attributes::ICmpPredicateAttr,
op_interfaces::PointerTypeResult,
ops::{
AddOp, AllocaOp, AndOp, BitcastOp, BrOp, CondBrOp, ConstantOp, ICmpOp, LoadOp, MulOp, OrOp, ReturnOp, SDivOp, SRemOp, ShlOp, StoreOp, SubOp, UDivOp, URemOp, UndefOp, XorOp
AddOp, AllocaOp, AndOp, BitcastOp, BrOp, CondBrOp, ConstantOp, ICmpOp, LoadOp, MulOp, OrOp,
ReturnOp, SDivOp, SRemOp, ShlOp, StoreOp, SubOp, UDivOp, URemOp, UndefOp, XorOp,
},
types::{ArrayType, PointerType, StructType, VoidType},
};
Expand Down

0 comments on commit c4420df

Please sign in to comment.