Post-commit fix of a comment

llvm-svn: 303628
This commit is contained in:
Philip Pfaffe 2017-05-23 11:25:05 +00:00
parent b8372cfa33
commit 24a1bb2cf9

View 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);