mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
lowlevel isUnique
This commit is contained in:
parent
2435bdb41a
commit
ed46a1f2cb
8 changed files with 28 additions and 1 deletions
|
@ -1949,6 +1949,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
}
|
||||
RefCountInc => self.load_args_and_call_zig(backend, bitcode::UTILS_INCREF),
|
||||
RefCountDec => self.load_args_and_call_zig(backend, bitcode::UTILS_DECREF),
|
||||
RefCountIsUnique => self.load_args_and_call_zig(backend, bitcode::UTILS_IS_UNIQUE),
|
||||
|
||||
PtrCast => {
|
||||
let code_builder = &mut backend.code_builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue