forked from OSchip/llvm-project
[Polly] Mention correct flag in debug output. NFCI.
This commit is contained in:
parent
74043caef2
commit
c6913905d1
|
@ -1751,7 +1751,7 @@ bool ScopDetection::isValidRegion(DetectionContext &Context) {
|
|||
if (!OnlyRegion.empty() &&
|
||||
!CurRegion.getEntry()->getName().count(OnlyRegion)) {
|
||||
LLVM_DEBUG({
|
||||
dbgs() << "Region entry does not match -polly-region-only";
|
||||
dbgs() << "Region entry does not match -polly-only-region";
|
||||
dbgs() << "\n";
|
||||
});
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue