diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-08-21 19:20:18 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-08-21 19:27:51 -0400 |
| commit | efdbede7abf91d5fe2836d95987a83e95e9fcf8e (patch) | |
| tree | 79c60d1fbcb793ad98a6efa6feab03fed118f7a2 /src/ir.hpp | |
| parent | 81c441f8855d4c58f0b2ff86d3d007cf0bf395d3 (diff) | |
| download | zig-efdbede7abf91d5fe2836d95987a83e95e9fcf8e.tar.gz zig-efdbede7abf91d5fe2836d95987a83e95e9fcf8e.zip | |
breaking: remove field alignment kludge
This breaks behavior tests as well as compile error notes for generic
function calls. However it introduces better circular dependency compile
errors.
The next step is to add Lazy Values to fix the regressions.
Diffstat (limited to 'src/ir.hpp')
| -rw-r--r-- | src/ir.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ir.hpp b/src/ir.hpp index 3761c5a97d..597624e2e6 100644 --- a/src/ir.hpp +++ b/src/ir.hpp @@ -28,6 +28,4 @@ ConstExprValue *const_ptr_pointee(IrAnalyze *ira, CodeGen *codegen, ConstExprVal AstNode *source_node); const char *float_op_to_name(BuiltinFnId op, bool llvm_name); -void ir_add_analysis_trace(IrAnalyze *ira, ErrorMsg *err_msg, Buf *text); - #endif |
