mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
changes after review
This commit is contained in:
parent
0b03a0bc26
commit
654cf7b861
17 changed files with 142 additions and 123 deletions
|
@ -1680,7 +1680,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
// only inserted for internal purposes. RC should not touch it
|
||||
PtrStore => RC::NoRc,
|
||||
PtrLoad => RC::NoRc,
|
||||
PtrToStackValue => RC::NoRc,
|
||||
Alloca => RC::NoRc,
|
||||
|
||||
PtrCast | RefCountIncRcPtr | RefCountDecRcPtr | RefCountIncDataPtr | RefCountDecDataPtr
|
||||
| RefCountIsUnique => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue