================
@@ -334,6 +334,13 @@ Error YAMLProfileReader::preprocessProfile(BinaryContext 
&BC) {
   return Error::success();
 }
 
+bool YAMLProfileReader::profileMatches(
+    const yaml::bolt::BinaryFunctionProfile &Profile, BinaryFunction &BF) {
----------------
aaupov wrote:

```suggestion
    const yaml::bolt::BinaryFunctionProfile &Profile, const BinaryFunction &BF) 
{
```

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

Reply via email to