Fix build failure.

llvm-svn: 59844
This commit is contained in:
Devang Patel 2008-11-21 21:00:20 +00:00
parent 1ad05ce600
commit 702f45df58
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace {
}
}
#ifndef DEBUG
#ifndef NDEBUG
/// PrintOps - Print out the expression identified in the Ops list.
///
static void PrintOps(Instruction *I, const std::vector<ValueEntry> &Ops) {