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.
1 parent 44911e0 commit a6d0188Copy full SHA for a6d0188
include/swift/SIL/ApplySite.h
@@ -384,7 +384,7 @@ class ApplySite {
384
return bool(ApplySiteKind::fromNodeKind(inst->getKind()));
385
}
386
387
- void dump() const { getInstruction()->dump(); }
+ void dump() const LLVM_ATTRIBUTE_USED { getInstruction()->dump(); }
388
};
389
390
//===----------------------------------------------------------------------===//
0 commit comments