aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2017-11-28 22:12:33 +0000
committergingerBill <bill@gingerbill.org>2017-11-28 22:12:33 +0000
commitcfabc0e61f2c3dc00fd367e3f9bf1a89461971ef (patch)
tree2ab0837c107e9d7f20bba979bf08865d26b59407 /src/ir_print.cpp
parent91b534d128be65ee672fd21f8100a15244597604 (diff)
Remove `using` in arrays; Remove `_` non-exported struct fields
Start determining slow parts of the compiler
Diffstat (limited to 'src/ir_print.cpp')
-rw-r--r--src/ir_print.cpp2
1 files changed, 0 insertions, 2 deletions
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;