summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Analysis/DependenceInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/DependenceInfo.cpp b/polly/lib/Analysis/DependenceInfo.cpp
index e7a3dfcc630..7e8e4983633 100644
--- a/polly/lib/Analysis/DependenceInfo.cpp
+++ b/polly/lib/Analysis/DependenceInfo.cpp
@@ -945,7 +945,7 @@ DependenceInfoPrinterPass::run(Scop &S, ScopAnalysisManager &SAM,
return PreservedAnalyses::all();
}
- // Otherwise create the dependences on-the-fly and print it
+ // Otherwise create the dependences on-the-fly and print them
Dependences D(S.getSharedIslCtx(), OptAnalysisLevel);
D.calculateDependences(S);
D.print(OS);
OpenPOWER on IntegriCloud