Apply patch review feedback.

llvm-svn: 71472
This commit is contained in:
Evan Cheng 2009-05-11 20:53:52 +00:00
parent 2842dd918b
commit 645351d3a8

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
}