diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 2fcc863c3c6e..d0b04d2dabfd 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/lib/Bytecode/Writer/Writer.cpp @@ -30,7 +30,6 @@ #include "llvm/SymbolTable.h" #include "Support/STLExtras.h" #include "Support/Statistic.h" -#include "Support/Debug.h" #include #include using namespace llvm; @@ -87,12 +86,6 @@ BytecodeWriter::BytecodeWriter(std::deque &o, const Module *M) outputConstantsInPlane(Plane, ValNo); // Write out the types } - DEBUG(for (unsigned i = 0; i != Type::TypeTyID; ++i) - if (Table.getPlane(i).size()) - std::cerr << " ModuleLevel[" - << *Type::getPrimitiveType((Type::PrimitiveID)i) - << "] = " << Table.getPlane(i).size() << "\n"); - // The ModuleInfoBlock follows directly after the type information outputModuleInfoBlock(M);