mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
switch over to alloca expr
This commit is contained in:
parent
cdd2aab217
commit
44d03eebfa
8 changed files with 9 additions and 67 deletions
|
@ -121,7 +121,6 @@ pub enum LowLevel {
|
|||
PtrStore,
|
||||
PtrLoad,
|
||||
PtrClearTagId,
|
||||
Alloca,
|
||||
RefCountIncRcPtr,
|
||||
RefCountDecRcPtr,
|
||||
RefCountIncDataPtr,
|
||||
|
@ -237,7 +236,6 @@ macro_rules! map_symbol_to_lowlevel {
|
|||
LowLevel::PtrStore => unimplemented!(),
|
||||
LowLevel::PtrLoad => unimplemented!(),
|
||||
LowLevel::PtrClearTagId => unimplemented!(),
|
||||
LowLevel::Alloca => unimplemented!(),
|
||||
LowLevel::RefCountIncRcPtr => unimplemented!(),
|
||||
LowLevel::RefCountDecRcPtr=> unimplemented!(),
|
||||
LowLevel::RefCountIncDataPtr => unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue