wean Blob handling logic off of banging on NextChar directly. Instead, make
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:18:25 +0000 (18:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:18:25 +0000 (18:18 +0000)
commit47543a8a66fb9451126f134808b55853aca57e1c
treea3bf17b040568cf138ba76ba0c1590a8ab1632f5
parentfd0543d9be9886398628e411aba8c392b28d17b6
wean Blob handling logic off of banging on NextChar directly.  Instead, make
it reason about the current bit position, which is always independent of the
underlying cursors word size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitstreamReader.cpp