diff options
| author | gingerBill <bill@gingerbill.org> | 2020-02-26 22:05:52 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-02-26 22:05:52 +0000 |
| commit | 470508adbc9fb8b0e79d8ef1c7ca6a92d4babfcd (patch) | |
| tree | 0f1d455569fa7a0214c19b4d13503c992b391cc2 /src/ir.cpp | |
| parent | b13423d7f7b8ef07cfb7e5e03b6520a63f0861e3 (diff) | |
Clean-up initialization code
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 5568861de..8f6f60c5f 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -15,7 +15,7 @@ struct irModule { u64 state_flags; // String source_filename; - String layout; + // String layout; // String triple; PtrSet<Entity *> min_dep_set; |