forked from OSchip/llvm-project
parent
c9f9b86732
commit
1988352fbd
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue