From 407916cd2f3f4931de29fd87b8c9ae3faeba8452 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 18 Apr 2017 00:05:09 -0400 Subject: rename `@intType` to `@IntType` to follow convention closes #327 --- src/ir_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir_print.cpp') diff --git a/src/ir_print.cpp b/src/ir_print.cpp index e16e795c4d..7670dfa09e 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -602,7 +602,7 @@ static void ir_print_truncate(IrPrint *irp, IrInstructionTruncate *instruction) } static void ir_print_int_type(IrPrint *irp, IrInstructionIntType *instruction) { - fprintf(irp->f, "@intType("); + fprintf(irp->f, "@IntType("); ir_print_other_instruction(irp, instruction->is_signed); fprintf(irp->f, ", "); ir_print_other_instruction(irp, instruction->bit_count); -- cgit v1.2.3