Fix build failure.
authorDevang Patel <dpatel@apple.com>
Fri, 21 Nov 2008 21:00:20 +0000 (21:00 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 21 Nov 2008 21:00:20 +0000 (21:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59844 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/Reassociate.cpp

index c220c2bcc1619956d31895d262248f6e37d2df3f..c33e3206dca0eba6774ebdca855999aef54673bf 100644 (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) {