mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 15:13:49 -04:00
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -530,13 +530,6 @@ BlockFrequencyInfoImplBase::getFloatingBlockFreq(const BlockNode &Node) const {
|
||||
return Freqs[Node.Index].Scaled;
|
||||
}
|
||||
|
||||
void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node,
|
||||
uint64_t Freq) {
|
||||
assert(Node.isValid() && "Expected valid node");
|
||||
assert(Node.Index < Freqs.size() && "Expected legal index");
|
||||
Freqs[Node.Index].Integer = Freq;
|
||||
}
|
||||
|
||||
std::string
|
||||
BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const {
|
||||
return std::string();
|
||||
|
||||
Reference in New Issue
Block a user