Skip to content

Commit a6d0188

Browse files
committed
Add LLVM_ATTRIBUTE_USED to ApplySite.dump().
1 parent 44911e0 commit a6d0188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/ApplySite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class ApplySite {
384384
return bool(ApplySiteKind::fromNodeKind(inst->getKind()));
385385
}
386386

387-
void dump() const { getInstruction()->dump(); }
387+
void dump() const LLVM_ATTRIBUTE_USED { getInstruction()->dump(); }
388388
};
389389

390390
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)