[PATCH] D58756: Fix typo in comment for function "static void initializeWorkList" in "/lib/Analysis/CFLAndersAliasAnalysis.cpp"

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 11:52:04 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL355715: [CFLAnders] Fix typo in comment; NFC (authored by gbiv, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58756?vs=188820&id=189893#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58756/new/

https://reviews.llvm.org/D58756

Files:
  llvm/trunk/lib/Analysis/CFLAndersAliasAnalysis.cpp


Index: llvm/trunk/lib/Analysis/CFLAndersAliasAnalysis.cpp
===================================================================
--- llvm/trunk/lib/Analysis/CFLAndersAliasAnalysis.cpp
+++ llvm/trunk/lib/Analysis/CFLAndersAliasAnalysis.cpp
@@ -612,7 +612,7 @@
     for (unsigned I = 0, E = ValueInfo.getNumLevels(); I < E; ++I) {
       auto Src = InstantiatedValue{Val, I};
       // 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
+      // X at S3 and X is reachable from Y at S1
       for (auto &Edge : ValueInfo.getNodeInfoAtLevel(I).Edges) {
         propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet,
                   WorkList);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58756.189893.patch
Type: text/x-patch
Size: 725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190308/00dd259a/attachment.bin>


More information about the llvm-commits mailing list