commit | e93afd5c77bb80f14c0a41431f9e6f91d8a81d4d | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Fri Nov 21 21:00:20 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Fri Nov 21 21:00:20 2008 +0000 |
tree | 9295fa018fc3147bb7aa6d0b73765955534f11df | |
parent | 4354f5ca9aa1124613b68905b30b8815694abcb0 [diff] [blame] |
Fix build failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59844 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp index c220c2b..c33e320 100644 --- a/lib/Transforms/Scalar/Reassociate.cpp +++ b/lib/Transforms/Scalar/Reassociate.cpp
@@ -53,7 +53,7 @@ } } -#ifndef DEBUG +#ifndef NDEBUG /// PrintOps - Print out the expression identified in the Ops list. /// static void PrintOps(Instruction *I, const std::vector<ValueEntry> &Ops) {