From fb3bd472a1a987a97754137914016dbd78c7d5c7 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 11 May 2009 20:53:52 +0000 Subject: [PATCH] Apply patch review feedback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71472 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PrologEpilogInserter.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.34.1