================
@@ -1410,6 +1414,35 @@ QualType 
CodeGenFunction::BuildFunctionArgList(GlobalDecl GD,
   return ResTy;
 }
 
+void InsertCallBeforeInstruction(llvm::Function *Fn,
----------------
MaskRay wrote:

Code style wise: 
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces Use static for 
internal linkage functions. LLVM code is more consistent in that most functions 
use `functionName` while clang is more inconsistent (a lot of `FunctionName`). 
When moved to LLVM, make sure that the case is changed.

https://github.com/llvm/llvm-project/pull/100192
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to