This commit is contained in:
J.Teeuwissen 2023-01-04 13:34:31 +01:00
parent 6c95bc1fb9
commit 6ec977bf1c
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
6 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,8 @@ use std::collections::HashMap;
use std::hash::Hash;
use crate::ir::{
Expr, HigherOrderLowLevel, JoinPointId, Param, PassedFunction, Proc, ProcLayout, Stmt,
Expr, HigherOrderLowLevel, JoinPointId, Ownership, Param, PassedFunction, Proc, ProcLayout,
Stmt,
};
use crate::layout::Layout;
use bumpalo::collections::Vec;