decl_array
This commit is contained in:
@@ -231,7 +231,7 @@ public class ProgramLLVM {
|
||||
}
|
||||
}
|
||||
|
||||
public static record ArrayLLVMImp(TypeLLVM type, Integer size) implements TypeLLVM{
|
||||
public static record ArrayLLVMImp(TypeLLVM type, Expression size) implements TypeLLVM{
|
||||
public <H,S> S accept(TypeLLVMVisitor<H, S> v, H h) {
|
||||
return v.visitArrayLLVM(this, h);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user