[WebAssembly] Remove excess debugging. NFC.

llvm-svn: 323286
This commit is contained in:
Sam Clegg 2018-01-24 00:15:53 +00:00
parent 1b9260baaa
commit 7e8795fde4
1 changed files with 0 additions and 2 deletions

View File

@ -751,9 +751,7 @@ void Writer::assignIndexes() {
if (Reloc.Type != R_WEBASSEMBLY_TABLE_INDEX_I32 &&
Reloc.Type != R_WEBASSEMBLY_TABLE_INDEX_SLEB)
continue;
DEBUG(dbgs() << "getFunctionSymbol: " << Reloc.Index << "\n");
Symbol *Sym = File->getFunctionSymbol(Reloc.Index);
DEBUG(dbgs() << "gotFunctionSymbol: " << Sym->getName() << "\n");
if (Sym->hasTableIndex() || !Sym->hasOutputIndex())
continue;
Sym->setTableIndex(TableIndex++);