================
@@ -126,7 +130,7 @@ const TensorSpec llvm::DefaultDecisionSpec =
     TensorSpec::createSpec<int64_t>(DefaultDecisionName, {1});
 const char *const llvm::RewardName = "delta_size";
 
-CallBase *getInlinableCS(Instruction &I) {
+static CallBase *getInlinableCS(Instruction &I) {
----------------
mtrofin wrote:

why make this `static`, is it part of the goals of this PR?

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

Reply via email to