diff options
author | Chris Lattner <sabre@nondot.org> | 2013-01-19 18:19:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2013-01-19 18:19:39 +0000 |
commit | 312c7d9dc126e90ca1f40d30ba9a3ba22ade35c4 (patch) | |
tree | be03f55cf3871ebf25b14176c963837731b44fc5 /lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6 (diff) |
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
Diffstat (limited to 'lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r-- | lib/Bitcode/Reader/BitcodeReader.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp index 3bd64a92d3..fba876936e 100644 --- a/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/lib/Bitcode/Reader/BitcodeReader.cpp @@ -6,10 +6,6 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// This header defines the BitcodeReader class. -// -//===----------------------------------------------------------------------===// #include "llvm/Bitcode/ReaderWriter.h" #include "BitcodeReader.h" |