From cfabc0e61f2c3dc00fd367e3f9bf1a89461971ef Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 28 Nov 2017 22:12:33 +0000 Subject: Remove `using` in arrays; Remove `_` non-exported struct fields Start determining slow parts of the compiler --- src/ir_print.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ir_print.cpp') diff --git a/src/ir_print.cpp b/src/ir_print.cpp index 0b0e5d97b..40346075a 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -880,8 +880,6 @@ void ir_print_value(irFileBuffer *f, irModule *m, irValue *value, Type *type_hin ir_print_type(f, m, t_int); ir_write_string(f, " 0, i32 0), "); ir_print_type(f, m, t_int); - ir_fprintf(f, " %lld, ", cs->count); - ir_print_type(f, m, t_int); ir_fprintf(f, " %lld}", cs->count); } break; -- cgit v1.2.3