llvm-project/llvm/lib/Bitcode
Peter Collingbourne fc0a99bfda BitcodeReader: Require clients to read the block info block at most once.
This change makes it the client's responsibility to call ReadBlockInfoBlock()
at most once. This is in preparation for a future change that will allow
there to be multiple block info blocks.

See also: http://lists.llvm.org/pipermail/llvm-dev/2016-October/106512.html

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

llvm-svn: 285350
2016-10-27 21:39:28 +00:00
..
Reader BitcodeReader: Require clients to read the block info block at most once. 2016-10-27 21:39:28 +00:00
Writer Fix spelling mistake in comment. 2016-10-20 10:42:14 +00:00
CMakeLists.txt
LLVMBuild.txt