Release build: guard dump functions with
"#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)" No functional change. Update r163339. llvm-svn: 163653
This commit is contained in:
@@ -74,7 +74,7 @@ MachineBasicBlock *MachineLoop::getBottomBlock() {
|
||||
return BotMBB;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
void MachineLoop::dump() const {
|
||||
print(dbgs());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user