mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
[Polly] Mention correct flag in debug output. NFCI.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user