From d785fb43d63a292b3931cd6d1ad42e614e6733f3 Mon Sep 17 00:00:00 2001 From: Philip Pfaffe Date: Tue, 23 May 2017 11:25:05 +0000 Subject: [PATCH] Post-commit fix of a comment git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@303628 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DependenceInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/DependenceInfo.cpp b/lib/Analysis/DependenceInfo.cpp index e7a3dfcc..7e8e4983 100644 --- a/lib/Analysis/DependenceInfo.cpp +++ b/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); -- 2.11.4.GIT