1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Bitcode
Peter Collingbourne ad1196effb Bitcode: Simplify how we enumerate summaries in the index. NFCI.
Instead of defining a custom iterator class, just use a function with a
callback, which is much easier to understand and less error prone.

Differential Revision: https://reviews.llvm.org/D32470

llvm-svn: 301942
2017-05-02 17:48:39 +00:00
..
Reader Fix a pessimising move warning. 2017-05-01 22:48:10 +00:00
Writer Bitcode: Simplify how we enumerate summaries in the index. NFCI. 2017-05-02 17:48:39 +00:00
CMakeLists.txt
LLVMBuild.txt