mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Specialize erased
This commit is contained in:
parent
d17d8c72ad
commit
2cb2e37fd7
5 changed files with 104 additions and 42 deletions
|
@ -1598,6 +1598,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,
|
||||
PtrCast => RC::NoRc,
|
||||
Alloca => RC::NoRc,
|
||||
|
||||
PtrClearTagId | PtrCast | RefCountIncRcPtr | RefCountDecRcPtr | RefCountIncDataPtr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue