mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user