[PATCH] D32470: Bitcode: Simplify how we enumerate summaries in the index. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 21:50:46 PDT 2017


pcc created this revision.

Instead of defining a custom iterator class, just use a function with a
callback, which is much easier to understand and less error prone.


https://reviews.llvm.org/D32470

Files:
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32470.96499.patch
Type: text/x-patch
Size: 9330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170425/7c9d79f8/attachment.bin>


More information about the llvm-commits mailing list