[Polly] Mention correct flag in debug output. NFCI.

This commit is contained in:
Michael Kruse 2021-08-31 20:47:42 -05:00
parent 74043caef2
commit c6913905d1
1 changed files with 1 additions and 1 deletions

View File

@ -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;