add the PtrWrite lowlevel

This commit is contained in:
Folkert 2023-04-23 15:19:46 +02:00
parent c22f33ec8a
commit be31bc5c41
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 24 additions and 2 deletions

View file

@ -1247,7 +1247,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
unreachable!("The {:?} operation is turned into mono Expr", op)
}
PtrCast | RefCountInc | RefCountDec => {
PtrCast | PtrWrite | RefCountInc | RefCountDec => {
unreachable!("Not used in LLVM backend: {:?}", op);
}