[PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 7 16:14:15 PST 2016
sanjoy added inline comments.
================
Comment at: include/llvm/Analysis/LazyCallGraph.h:727
@@ -522,3 +726,3 @@
/// iterator walk.
SCC *lookupSCC(Node &N) const { return SCCMap.lookup(&N); }
----------------
Why can't this (i.e. `ContainingSCC`) live as a field in `Node`?
http://reviews.llvm.org/D16802
More information about the llvm-commits
mailing list