recommit r173072 (preparing bitstream reader to read a machine word at a time,
authorChris Lattner <sabre@nondot.org>
Sat, 9 Feb 2013 06:52:14 +0000 (06:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Feb 2013 06:52:14 +0000 (06:52 +0000)
commite001f27e5ebc325b5b142f3661d04ba39251e07b
tree19c8b4df2f0446fdd57d6b78958ae01ba2f5158f
parent882b9276cb3a19ecc4fd307d8c0acd17574570a0
recommit r173072 (preparing bitstream reader to read a machine word at a time,
instead of always 32-bits at a time) with two changes:

1. Make Read(0) always return zero without affecting the state of our cursor.
2. Hack word_t to always be 32 bits, as staging.

These two caveats will change shortly.

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