================
@@ -413,6 +414,12 @@ class TargetCodeGenInfo {
     return nullptr;
   }
 
+  void setFnAttributes(const TargetInfo::BranchProtectionInfo &BPI,
----------------
nikic wrote:
```suggestion
  void setBranchProtectionFnAttributes(const TargetInfo::BranchProtectionInfo 
&BPI,
```
Or so? The current name seems a bit too generic.

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

Reply via email to