add Ptr lowlevels

This commit is contained in:
Folkert 2023-06-18 15:51:12 +02:00
parent 17512873e8
commit 76dcb75ff6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 10 additions and 6 deletions

View file

@ -1304,8 +1304,8 @@ pub(crate) fn run_low_level<'a, 'ctx>(
.into()
}
PtrWrite | RefCountIncRcPtr | RefCountDecRcPtr | RefCountIncDataPtr
| RefCountDecDataPtr => {
PtrStore | PtrLoad | PtrToZeroed | RefCountIncRcPtr | RefCountDecRcPtr
| RefCountIncDataPtr | RefCountDecDataPtr => {
unreachable!("Not used in LLVM backend: {:?}", op);
}