diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-05-11 20:53:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-05-11 20:53:52 +0000 |
commit | fb3bd472a1a987a97754137914016dbd78c7d5c7 (patch) | |
tree | 4d403178e8046bf5582e308755853048e3f18afd /lib/CodeGen/PrologEpilogInserter.cpp | |
parent | 8d730fbde54b7ac9809fc12852c2a8d30f5bec3d (diff) |
Apply patch review feedback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r-- | lib/CodeGen/PrologEpilogInserter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index 44719151c5..396254fb15 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 } |