mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 11:23:52 +00:00
Post-commit fix of a comment
llvm-svn: 303628
This commit is contained in:
parent
b8372cfa33
commit
24a1bb2cf9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user