mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove -debug output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d763d25ec
commit
33522d4f25
@ -30,7 +30,6 @@
|
||||
#include "llvm/SymbolTable.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include "Support/Statistic.h"
|
||||
#include "Support/Debug.h"
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
@ -87,12 +86,6 @@ BytecodeWriter::BytecodeWriter(std::deque<unsigned char> &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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user