Post-commit fix of a comment
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Tue, 23 May 2017 11:25:05 +0000 (11:25 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Tue, 23 May 2017 11:25:05 +0000 (11:25 +0000)
llvm-svn: 303628

polly/lib/Analysis/DependenceInfo.cpp

index e7a3dfc..7e8e498 100644 (file)
@@ -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);