diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 16:59:31 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 16:59:31 -0400 |
| commit | ba3d21ca67af0ce47841bc2d0258903ccaf89a75 (patch) | |
| tree | 36947cb623508014b1215ee2f986580c8f575732 /src/all_types.hpp | |
| parent | 588d2862d90b65b7227975ecd3c8dfdaabbdefc6 (diff) | |
| download | zig-ba3d21ca67af0ce47841bc2d0258903ccaf89a75.tar.gz zig-ba3d21ca67af0ce47841bc2d0258903ccaf89a75.zip | |
better divTrunc codegen
branch and phi instead of select instruction
fixes division test for windows. See #302
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index d40df52df4..8628bf0071 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1510,6 +1510,7 @@ struct CodeGen { size_t version_patch; bool verbose; bool verbose_link; + bool verbose_ir; ErrColor err_color; ImportTableEntry *root_import; ImportTableEntry *bootstrap_import; |
