1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix build failure.

llvm-svn: 59844
This commit is contained in:
Devang Patel 2008-11-21 21:00:20 +00:00
parent a2ccbea45a
commit ce00a4dac7

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) {