[llvm-commits] [llvm] r71472 - /llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
Evan Cheng
evan.cheng at apple.com
Mon May 11 13:53:53 PDT 2009
Author: evancheng
Date: Mon May 11 15:53:52 2009
New Revision: 71472
URL: http://llvm.org/viewvc/llvm-project?rev=71472&view=rev
Log:
Apply patch review feedback.
Modified:
llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
Modified: llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp?rev=71472&r1=71471&r2=71472&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp (original)
+++ llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp Mon May 11 15:53:52 2009
@@ -1685,10 +1685,12 @@
}
#ifndef NDEBUG
if (HasFastExitPath) {
+#endif
if (ShrinkWrapDebugging >= BasicInfo)
DOUT << "Fast exit path: " << getBasicBlockName(EntryBlock)
<< "->" << exitPath << "\n";
break;
+#ifndef NDEBUG
}
#endif
}
More information about the llvm-commits
mailing list