mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 12:16:07 +00:00
[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…
x
Reference in New Issue
Block a user