[PATCH] D42311: [SyntheticCounts] Rewrite the code using only graph traits.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 16:01:05 PST 2018


dberlin added a comment.

I don't understand why you need has_function_def. It looks very much like a thing you should just be using a filter_iterator for or something. It does not look like it belongs in the graphtraits at all.


Repository:
  rL LLVM

https://reviews.llvm.org/D42311





More information about the llvm-commits mailing list