Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed May 15, 2024
1 parent 2a2e332 commit 71cb1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bril-rs/brillvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inkwell = { git = "https://github.com/TheDan64/inkwell.git", features = [
"llvm18-0",
] }

bril-rs = { git = "https://github.com/uwplse/bril", branch = "eggcc-main", features = ["float", "ssa", "memory"] }
bril-rs = { git = "https://github.com/uwplse/bril", features = ["float", "ssa", "memory"] }


# Need to set a default `main` to build `rt` bin
Expand Down
2 changes: 1 addition & 1 deletion bril-rs/brillvm/src/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ fn build_instruction<'a, 'b>(
v[1],
v[2],
&ret_name
)
).unwrap()
},
args,
dest
Expand Down

0 comments on commit 71cb1dd

Please sign in to comment.