[PATCH] D72226: Add LazyCallGraph API to add function to RefSCC

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 15 20:03:22 PST 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/include/llvm/Analysis/LazyCallGraph.h:1065
+  /// Introduce a node for the function \p NewF, as a single node in a
+  /// completely new SCC, in the RefSCC \p RC.
+  void addNewFunctionIntoRefSCC(Function &NewF, RefSCC &RC);
----------------
Nit: -completely


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72226





More information about the llvm-commits mailing list