mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
This debugging hook is no longer needed.
llvm-svn: 11233
This commit is contained in:
parent
57a6b877ba
commit
ada23acba4
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user