diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-05-02 17:34:21 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-05-02 17:34:21 -0400 |
| commit | 24a9a42966dc9c0654314ad99866699208776025 (patch) | |
| tree | 338bbf5f3aa39700e08eda107194b3ce93958059 /src/ir.cpp | |
| parent | 7c236f6dd8194500f459b48621e2eb1997563caf (diff) | |
| download | zig-24a9a42966dc9c0654314ad99866699208776025.tar.gz zig-24a9a42966dc9c0654314ad99866699208776025.zip | |
add safe release build mode
closes #288
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index ebe5ada52e..7f12c4dfa4 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -4649,7 +4649,6 @@ static IrInstruction *ir_gen_var_decl(IrBuilder *irb, Scope *scope, AstNode *nod if (init_value == irb->codegen->invalid_instruction) return init_value; - IrInstruction *result = ir_build_var_decl(irb, scope, node, var, type_instruction, init_value); var->decl_instruction = result; return result; |
