LLVMPositionBuilderAtEnd(b, b_nonull);
}
- /* explicit fallthrough */
+ /* FALLTHROUGH */
+
case EEOP_FUNCEXPR:
{
FunctionCallInfo fcinfo = op->d.func.fcinfo_data;
l_ptr(TypeStorageBool));
LLVMBuildStore(b, l_sbool_const(0), v_boolanynullp);
- /* intentionally fall through */
}
+ /* FALLTHROUGH */
/*
* Treat them the same for now, optimizer can remove
v_boolanynullp = l_ptr_const(op->d.boolexpr.anynull,
l_ptr(TypeStorageBool));
LLVMBuildStore(b, l_sbool_const(0), v_boolanynullp);
-
- /* intentionally fall through */
}
+ /* FALLTHROUGH */
/*
* Treat them the same for now, optimizer can remove
opblocks[op->d.agg_deserialize.jumpnull],
b_deserialize);
LLVMPositionBuilderAtEnd(b, b_deserialize);
-
- /* fallthrough */
}
+ /* FALLTHROUGH */
case EEOP_AGG_DESERIALIZE:
{