BitstreamReader hasn't aged well. It's been hacked on by various people and
authorChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:19:39 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:19:39 +0000 (18:19 +0000)
commit312c7d9dc126e90ca1f40d30ba9a3ba22ade35c4
treebe03f55cf3871ebf25b14176c963837731b44fc5
parent1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6
BitstreamReader hasn't aged well.  It's been hacked on by various people and
has past the point of making sense.  Lets tidy things up: first step, moving
a ton of big functions out of line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172904 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamReader.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitstreamReader.cpp [new file with mode: 0644]
lib/Bitcode/Reader/CMakeLists.txt