diff options
| author | gingerBill <bill@gingerbill.org> | 2023-01-05 11:54:21 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-01-05 11:54:21 +0000 |
| commit | 1517f1d7793c8985664600a820e3434dfdf83810 (patch) | |
| tree | 30b50588d6328517658ea15438551890113febb4 /src/llvm_backend.cpp | |
| parent | bbb2164e38e3930cb79c5e7bc61b421e38131361 (diff) | |
Add uncomment `add_type_info_type` calls for type assertions
Diffstat (limited to 'src/llvm_backend.cpp')
| -rw-r--r-- | src/llvm_backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp index 304e5ef36..192e5cc56 100644 --- a/src/llvm_backend.cpp +++ b/src/llvm_backend.cpp @@ -1920,6 +1920,7 @@ gb_internal void lb_generate_code(lbGenerator *gen) { if (!ptr_set_exists(min_dep_set, e)) { continue; } + DeclInfo *decl = decl_info_of_entity(e); if (decl == nullptr) { continue; |