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 736faac commit 423aa00Copy full SHA for 423aa00
include/swift/SIL/Dominance.h
@@ -93,7 +93,7 @@ class DominanceInfo : public DominatorTreeBase {
93
}
94
95
#ifndef NDEBUG
96
- void dump() { print(llvm::errs()); };
+ void dump() LLVM_ATTRIBUTE_USED { print(llvm::errs()); }
97
#endif
98
};
99
0 commit comments