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)
commit9221b8fdac14c628c5f084bbf7bca352ee6bf3a2
tree408aba1439439617846537ceb8b4f1db22d9b499
parente1817aae5f2612f45cda1983ce515a0f2fdea7c1
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.

llvm-svn: 173063
llvm/lib/Bitcode/Reader/BitstreamReader.cpp