Apply patch review feedback.

llvm-svn: 71472
This commit is contained in:
Evan Cheng 2009-05-11 20:53:52 +00:00
parent c9f9b86732
commit 1988352fbd
1 changed files with 2 additions and 0 deletions

View File

@ -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
}