diff options
Diffstat (limited to 'src/codegen/codegen.cpp')
| -rw-r--r-- | src/codegen/codegen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/codegen.cpp b/src/codegen/codegen.cpp index 87aaab101..9999c7cdb 100644 --- a/src/codegen/codegen.cpp +++ b/src/codegen/codegen.cpp @@ -278,6 +278,7 @@ void ssa_gen_tree(ssaGen *s) { } { // NOTE(bill): Setup type_info data + // TODO(bill): Try and make a lot of this constant aggregate literals in LLVM IR ssaValue *type_info_data = NULL; ssaValue *type_info_member_data = NULL; |