diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-30 23:34:32 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-30 23:34:32 +0100 |
| commit | 17ab23f1f06ed11602c883dd5fce406fd10637db (patch) | |
| tree | 821059c168ebb59f853a86f77d471128c1c14138 /src/codegen/codegen.cpp | |
| parent | c6aac264fa8001ff5e55e5ac6f56289ff0a755ee (diff) | |
Const Aggregate Literals for IR; Module path fix
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; |