[polly] r303628 - Post-commit fix of a comment
Philip Pfaffe via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 04:25:06 PDT 2017
Author: pfaffe
Date: Tue May 23 06:25:05 2017
New Revision: 303628
URL: http://llvm.org/viewvc/llvm-project?rev=303628&view=rev
Log:
Post-commit fix of a comment
Modified:
polly/trunk/lib/Analysis/DependenceInfo.cpp
Modified: polly/trunk/lib/Analysis/DependenceInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/DependenceInfo.cpp?rev=303628&r1=303627&r2=303628&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/DependenceInfo.cpp (original)
+++ polly/trunk/lib/Analysis/DependenceInfo.cpp Tue May 23 06:25:05 2017
@@ -945,7 +945,7 @@ DependenceInfoPrinterPass::run(Scop &S,
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);
More information about the llvm-commits
mailing list