This commit is contained in:
gingerBill
2021-06-15 01:13:16 +01:00
parent 4b8cbb5a3b
commit 31f1e0aeae
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -8470,9 +8470,7 @@ lbValue lb_emit_transmute(lbProcedure *p, lbValue value, Type *t) {
return lb_emit_load(p, d);
}
res.value = LLVMBuildBitCast(p->builder, value.value, lb_type(p->module, t), "");
// GB_PANIC("lb_emit_transmute");
return res;
}