[BOLT][NFC] Make ICP::verifyProfile static
authorAmir Ayupov <aaupov@fb.com>
Fri, 3 Jun 2022 02:08:59 +0000 (19:08 -0700)
committerAmir Ayupov <aaupov@fb.com>
Fri, 3 Jun 2022 02:09:29 +0000 (19:09 -0700)
commite2142ff47c72cc083a8f5261875b30c29d3cf66a
treeb5afe8898e7cc560edd459829ff902b0ea8f8bdd
parentb917433835473d5a9dff5b1034e861cf5dc9e5bc
[BOLT][NFC] Make ICP::verifyProfile static

Follow LLVM style guide suggestion to avoid function definitions in anonymous
namespaces: https://llvm.org/docs/CodingStandards.html#anonymous-namespaces

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D124896
bolt/lib/Passes/IndirectCallPromotion.cpp