From: Evan Cheng Date: Mon, 11 May 2009 20:53:52 +0000 (+0000) Subject: Apply patch review feedback. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fb3bd472a1a987a97754137914016dbd78c7d5c7;p=oota-llvm.git Apply patch review feedback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71472 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index 44719151c51..396254fb153 100644 --- a/lib/CodeGen/PrologEpilogInserter.cpp +++ b/lib/CodeGen/PrologEpilogInserter.cpp @@ -1685,10 +1685,12 @@ void PEI::findFastExitPath() { } #ifndef NDEBUG if (HasFastExitPath) { +#endif if (ShrinkWrapDebugging >= BasicInfo) DOUT << "Fast exit path: " << getBasicBlockName(EntryBlock) << "->" << exitPath << "\n"; break; +#ifndef NDEBUG } #endif }