We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cde089c + a6d0188 commit 78b4ab3Copy full SHA for 78b4ab3
include/swift/SIL/ApplySite.h
@@ -383,6 +383,8 @@ class ApplySite {
383
static bool classof(const SILInstruction *inst) {
384
return bool(ApplySiteKind::fromNodeKind(inst->getKind()));
385
}
386
+
387
+ void dump() const LLVM_ATTRIBUTE_USED { getInstruction()->dump(); }
388
};
389
390
//===----------------------------------------------------------------------===//
0 commit comments