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

Jonas Toth via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 27 04:39:15 PST 2019


Feel free to open a revision at 'reviews.llvm.org' to fix it ;)

Am 27.02.19 um 13:37 schrieb 徐 明杰 via llvm-dev:
> 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"
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list