[PATCH] D146136: [llvm][CycleInfo] Quick look-up for block in cycle.
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 02:57:25 PDT 2023
Pierre-vh added inline comments.
================
Comment at: llvm/include/llvm/ADT/GenericCycleInfo.h:181
//@{
- using const_block_iterator = typename std::vector<BlockT *>::const_iterator;
+ using const_block_iterator = typename BlockSetVectorT::const_iterator;
----------------
Curious: Do you still need typename here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146136/new/
https://reviews.llvm.org/D146136
More information about the llvm-commits
mailing list