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)
commit27d3875027adc4aa56c8021c358f71c3c75615db
tree3dd851d77676bfe3d584e513e641d4c6f0e120f6
parent9772de03158aad7195b6f04fabec50f494ee26f0
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.

llvm-svn: 172947
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Reader/BitstreamReader.cpp