Fix and clean up default procedure parameter code for non-constant types

This commit is contained in:
gingerBill
2020-09-22 12:06:05 +01:00
parent 20e4548999
commit 609af3a651
6 changed files with 82 additions and 108 deletions
-1
View File
@@ -953,7 +953,6 @@ Type *alloc_type_simd_vector(i64 count, Type *elem) {
////////////////////////////////////////////////////////////////