[clang] [codegen][NFC] add static mark for internal usage variable and function (PR #109431)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 20 18:32:33 PDT 2024
================
@@ -753,13 +753,7 @@ CodeGenTypes::arrangeCall(const CGFunctionInfo &signature,
signature.getRequiredArgs());
}
-namespace clang {
-namespace CodeGen {
-void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
-}
-}
-
-/// Arrange the argument and result information for an abstract value
+/// Arrange the argument and result instatic formation for an abstract value
----------------
ilovepi wrote:
Changing the comment seems unintentional? Please change that back.
https://github.com/llvm/llvm-project/pull/109431
More information about the cfe-commits
mailing list