Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
clang part in r259232, this is the LLVM part of the patch. llvm-svn: 259240
This commit is contained in:
@@ -217,7 +217,7 @@ bool MachineBasicBlock::hasEHPadSuccessor() const {
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
void MachineBasicBlock::dump() const {
|
||||
LLVM_DUMP_METHOD void MachineBasicBlock::dump() const {
|
||||
print(dbgs());
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user