From 702f45df58d15da7f768418f020144c285c3ee9f Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 21 Nov 2008 21:00:20 +0000 Subject: Fix build failure. llvm-svn: 59844 --- llvm/lib/Transforms/Scalar/Reassociate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Scalar/Reassociate.cpp b/llvm/lib/Transforms/Scalar/Reassociate.cpp index c220c2bcc16..c33e3206dca 100644 --- a/llvm/lib/Transforms/Scalar/Reassociate.cpp +++ b/llvm/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.2.3