diff options
Diffstat (limited to 'llvm/lib/IR/Pass.cpp')
| -rw-r--r-- | llvm/lib/IR/Pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Pass.cpp b/llvm/lib/IR/Pass.cpp index 5e0b59476c4..61dec3c95d4 100644 --- a/llvm/lib/IR/Pass.cpp +++ b/llvm/lib/IR/Pass.cpp @@ -124,7 +124,7 @@ void Pass::print(raw_ostream &OS, const Module *) const { OS << "Pass::print not implemented for pass: '" << getPassName() << "'!\n"; } -#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) +#ifdef LLVM_ENABLE_DUMP // dump - call print(cerr); LLVM_DUMP_METHOD void Pass::dump() const { print(dbgs(), nullptr); |

