aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2013-01-19 18:19:39 +0000
committerChris Lattner <sabre@nondot.org>2013-01-19 18:19:39 +0000
commit59c3abc6ef0ad901cf8b18badcd282861517abad (patch)
tree6056ab2e094596a541254a4837cd2b45d3756563 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent71036882d245fe8d879a7c16dcbcea3d77a28300 (diff)
downloadllvm-59c3abc6ef0ad901cf8b18badcd282861517abad.zip
llvm-59c3abc6ef0ad901cf8b18badcd282861517abad.tar.gz
llvm-59c3abc6ef0ad901cf8b18badcd282861517abad.tar.bz2
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index 3bd64a9..fba8769 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/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"