================
@@ -541,7 +541,7 @@ static void convertCallSiteObjects(yaml::MachineFunction
&YMF,
std::distance(CallI->getParent()->instr_begin(), CallI);
YmlCS.CallLocation = CallLocation;
- auto [ArgRegPairs, CalleeTypeIds] = CallSiteInfo;
+ auto [ArgRegPairs, CalleeTypeIds, MD] = CallSiteInfo;
----------------
felipepiovezan wrote:
should we use `_` instead of `MD` to denote that this is not used?
https://github.com/llvm/llvm-project/pull/167666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits