Add an API for the bitstream reader to read blobs and return
authorChris Lattner <sabre@nondot.org>
Tue, 7 Apr 2009 02:56:46 +0000 (02:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Apr 2009 02:56:46 +0000 (02:56 +0000)
commitae7dd8004eb286039ee1eb1a35ddb1ff4eafe460
tree30b9a036ce62a240168aa7731811e43f13c0238f
parent683b08cf7c47dd3ec1d898efa02ec0780b080de5
Add an API for the bitstream reader to read blobs and return
them by reference, instead of packing each byte into a
smallvector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68486 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamReader.h
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp