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)
commit59c3abc6ef0ad901cf8b18badcd282861517abad
tree6056ab2e094596a541254a4837cd2b45d3756563
parent71036882d245fe8d879a7c16dcbcea3d77a28300
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.

llvm-svn: 172904
llvm/include/llvm/Bitcode/BitstreamReader.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Reader/BitstreamReader.cpp [new file with mode: 0644]
llvm/lib/Bitcode/Reader/CMakeLists.txt