aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-09 17:20:52 +0000
committerChris Lattner <sabre@nondot.org>2004-02-09 17:20:52 +0000
commit37606f96b089dcbdfcd7c10d3d04c7d7d5bb7e66 (patch)
treea7bbad9a4c8fab4b2c6ae07bc9aa5b9a9e4ac654 /lib/Bytecode
parent27295408960342af25513e21e552b5ec5d1fb794 (diff)
downloadexternal_llvm-37606f96b089dcbdfcd7c10d3d04c7d7d5bb7e66.zip
external_llvm-37606f96b089dcbdfcd7c10d3d04c7d7d5bb7e66.tar.gz
external_llvm-37606f96b089dcbdfcd7c10d3d04c7d7d5bb7e66.tar.bz2
This debugging hook is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/ConstantReader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp
index e9e578d..9ac05ce 100644
--- a/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/lib/Bytecode/Reader/ConstantReader.cpp
@@ -89,7 +89,6 @@ const Type *BytecodeParser::parseTypeConstant(const unsigned char *&Buf,
// something and when we reread the type later, we can replace the opaque type
// with a new resolved concrete type.
//
-namespace llvm { void debug_type_tables(); }
void BytecodeParser::parseTypeConstants(const unsigned char *&Buf,
const unsigned char *EndBuf,
TypeValuesListTy &Tab,
@@ -129,7 +128,6 @@ void BytecodeParser::parseTypeConstants(const unsigned char *&Buf,
for (unsigned i = 0; i < NumEntries; ++i) {
BCR_TRACE(5, (void*)Tab[i].get() << " - " << Tab[i].get() << "\n");
}
- debug_type_tables();
}