convert the bitstream reader itself and the IR .bc file parser to use the new advance...
authorChris Lattner <sabre@nondot.org>
Sun, 20 Jan 2013 02:13:19 +0000 (02:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Jan 2013 02:13:19 +0000 (02:13 +0000)
commit5a4251c767adb7a47ad7a53719398ee1342cc400
treee6983f469c4292614612673dfdb605a87663ddfc
parent099b636562a83dc9acc6bf36ca32d710ac6d62c9
convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs,
simplifying things and making a bunch of details more private to BitstreamCursor.

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