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:
parent
9a044d4e9b
commit
68eaf84013
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user