From e93afd5c77bb80f14c0a41431f9e6f91d8a81d4d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 21 Nov 2008 21:00:20 +0000 Subject: Fix build failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59844 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/Reassociate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Scalar/Reassociate.cpp') 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 @@ namespace { } } -#ifndef DEBUG +#ifndef NDEBUG /// PrintOps - Print out the expression identified in the Ops list. /// static void PrintOps(Instruction *I, const std::vector &Ops) { -- cgit v1.1