Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Oct 18, 2023
1 parent 43aaec8 commit d91cdab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.body().append_operation(func::func(
let block = Block::new(&[(index_type, location), (index_type, location)]);

let sum = block.append_operation(arith::addi(
&context,
block.argument(0).unwrap().into(),
block.argument(1).unwrap().into(),
location
Expand Down

0 comments on commit d91cdab

Please sign in to comment.