================
@@ -1275,6 +1287,10 @@ void CIRGenFunction::emitCallArgs(
assert(!cir::MissingFeatures::opCallCallConv());
argTypes.assign(fpt->param_type_begin() + paramsToSkip,
fpt->param_type_end());
+ } else {
----------------
andykaylor wrote:I don't think this is needed. https://github.com/llvm/llvm-project/pull/182718 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
