projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d730fb
)
Apply patch review feedback.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 11 May 2009 20:53:52 +0000
(20:53 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 11 May 2009 20:53:52 +0000
(20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71472
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PrologEpilogInserter.cpp
b/lib/CodeGen/PrologEpilogInserter.cpp
index 44719151c51b6aaf07d887a7c58edb094535b419..396254fb1535e77899983c8618c47da777d12170 100644
(file)
--- 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
}