Skip to content

Commit

Permalink
Expose FuncRef from FunctionBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Dec 6, 2024
1 parent 521872a commit 8e777c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ir/src/builder/func_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
pub struct FunctionBuilder<C> {
pub module_builder: ModuleBuilder,
pub func: Function,
func_ref: FuncRef,
pub func_ref: FuncRef,
pub cursor: C,
ssa_builder: SsaBuilder,
}
Expand Down

0 comments on commit 8e777c9

Please sign in to comment.