Skip to content

Commit 78b4ab3

Browse files
authored
Merge pull request #23962 from atrick/add-applysite-dump
2 parents cde089c + a6d0188 commit 78b4ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/SIL/ApplySite.h

+2
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ class ApplySite {
383383
static bool classof(const SILInstruction *inst) {
384384
return bool(ApplySiteKind::fromNodeKind(inst->getKind()));
385385
}
386+
387+
void dump() const LLVM_ATTRIBUTE_USED { getInstruction()->dump(); }
386388
};
387389

388390
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)