================
@@ -249,7 +250,8 @@ class ExpandVariadics : public ModulePass {
         return false;
       }
 
-      if (CI->getCallingConv() != CallingConv::C)
+      if (CI->getCallingConv() != CallingConv::C &&
----------------
arsenm wrote:

Unrelated but this is bugged and should handle coldcc and the other 
ccc-alias-like ccs 

https://github.com/llvm/llvm-project/pull/175076
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to