mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 23:37:33 +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:
parent
8d730fbde5
commit
fb3bd472a1
@ -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