mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Fixed: Actually calling llvm we generate
This commit is contained in:
parent
ce8f947522
commit
744fefc3a1
4 changed files with 5 additions and 4 deletions
|
@ -1096,7 +1096,7 @@ fn num_bytes_to_u16(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
let ret_float_var = var_store.fresh();
|
||||
|
||||
let body = RunLowLevel {
|
||||
op: LowLevel::NumAsin,
|
||||
op: LowLevel::NumBytesToU16,
|
||||
args: vec![(arg_float_var, Var(Symbol::ARG_1))],
|
||||
ret_var: ret_float_var,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue