mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Apply patch review feedback.
llvm-svn: 71472
This commit is contained in:
parent
2842dd918b
commit
645351d3a8
@ -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…
x
Reference in New Issue
Block a user