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:
Yaron Keren
2016-01-29 20:50:44 +00:00
parent deec50a3d2
commit eb2a25467e
51 changed files with 71 additions and 72 deletions

View File

@@ -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