aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-05-11 20:53:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-05-11 20:53:52 +0000
commitfb3bd472a1a987a97754137914016dbd78c7d5c7 (patch)
tree4d403178e8046bf5582e308755853048e3f18afd /lib/CodeGen/PrologEpilogInserter.cpp
parent8d730fbde54b7ac9809fc12852c2a8d30f5bec3d (diff)
downloadexternal_llvm-fb3bd472a1a987a97754137914016dbd78c7d5c7.zip
external_llvm-fb3bd472a1a987a97754137914016dbd78c7d5c7.tar.gz
external_llvm-fb3bd472a1a987a97754137914016dbd78c7d5c7.tar.bz2
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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index 4471915..396254f 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
}