Apply patch review feedback.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-05-11 20:53:52 +00:00
parent 8d730fbde5
commit fb3bd472a1

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
}