authorgravatar for jhc@dismail.deJimmi Holst Christensen <jhc@dismail.de> 2019-03-08 10:40:11+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-11 10:55:10-04:00
log29accac74c64bb91c3a36e19db8602a77e19d85e
tree53a747129e532de477053737df4e0db861c184e3
parent8eedec4f938f89875e36750a33b69de921b453f1
signature Commit is signed but in an unrecognized format.

removed wild tab


1 files changed, 1 insertions(+), 1 deletions(-)

src/ir.cpp+1-1
...@@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr...@@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr
18048 result = create_const_vals(1);18048 result = create_const_vals(1);
18049 result->special = ConstValSpecialStatic;18049 result->special = ConstValSpecialStatic;
18050 result->type = ira->codegen->builtin_types.entry_void;18050 result->type = ira->codegen->builtin_types.entry_void;
18051 break;18051 break;
18052 case ZigTypeIdInt:18052 case ZigTypeIdInt:
18053 {18053 {
18054 result = create_const_vals(1);18054 result = create_const_vals(1);