Add break; for sanity

This commit is contained in:
gingerBill
2021-04-08 15:32:59 +01:00
parent 3eaf3327d4
commit 18ab7fb68b
+1 -1
View File
@@ -12485,7 +12485,7 @@ void lb_init_module(lbModule *m, Checker *c) {
LLVMModuleFlagBehaviorWarning, LLVMModuleFlagBehaviorWarning,
"Dwarf Version", 13, "Dwarf Version", 13,
LLVMValueAsMetadata(LLVMConstInt(LLVMInt32TypeInContext(m->ctx), 2, true))); LLVMValueAsMetadata(LLVMConstInt(LLVMInt32TypeInContext(m->ctx), 2, true)));
break;
} }
m->debug_builder = LLVMCreateDIBuilder(m->mod); m->debug_builder = LLVMCreateDIBuilder(m->mod);
} }