aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 40cd1f36da..968f49fb5c 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr
result = create_const_vals(1);
result->special = ConstValSpecialStatic;
result->type = ira->codegen->builtin_types.entry_void;
- break;
+ break;
case ZigTypeIdInt:
{
result = create_const_vals(1);