Avoids warnings in release builds. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>tags/12.0-branchpoint
@@ -84,7 +84,7 @@ lp_format_intrinsic(char *name, | |||
width = 64; | |||
break; | |||
default: | |||
assert(0); | |||
unreachable("unexpected LLVMTypeKind"); | |||
} | |||
if (length) { |