Skip to content

Commit e755bac

Browse files
author
git apple-llvm automerger
committed
Merge commit '527812a05ab7' from apple/main into swift/next
2 parents a6f265f + 527812a commit e755bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-profgen/PerfReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ struct HybridSample : public PerfSample {
212212
}
213213

214214
#ifndef NDEBUG
215-
__attribute__((used)) void print() const {
215+
void print() const {
216216
dbgs() << "LBR stack\n";
217217
printLBRStack(LBRStack);
218218
dbgs() << "Call stack\n";

0 commit comments

Comments
 (0)