[llvm-dev] Typo in "llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp".

徐 明杰 via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 27 04:37:12 PST 2019


It seems that there is a typo in "/lib/Analysis/CFLAndersAliasAnalysis.cpp".
There is a comment in function "static void initializeWorkList":
> "If there's an assignment edge from X to Y, it means Y is reachable from X at S2 and X is reachable from Y at S1"
The corrected comment should be:
"If there's an assignment edge from X to Y, it means Y is reachable from X at S3 and X is reachable from Y at S1"


More information about the llvm-dev mailing list