1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[NFC][CSSPGO]llvm-profge] Fix Build warning dueo to an attrbute usage.

This commit is contained in:
Hongtao Yu 2021-05-24 12:58:25 -07:00
parent 9a044d4e9b
commit 68eaf84013

View File

@ -212,7 +212,7 @@ struct HybridSample : public PerfSample {
}
#ifndef NDEBUG
__attribute__((used)) void print() const {
void print() const {
dbgs() << "LBR stack\n";
printLBRStack(LBRStack);
dbgs() << "Call stack\n";