forked from OSchip/llvm-project
parent
6457791dae
commit
a2b55253c6
|
@ -103,9 +103,8 @@ void Emitter::finishFunction(MachineFunction &F) {
|
||||||
ConstantPoolAddresses.clear();
|
ConstantPoolAddresses.clear();
|
||||||
NumBytes += CurByte-CurBlock;
|
NumBytes += CurByte-CurBlock;
|
||||||
|
|
||||||
DEBUG(std::cerr << "Finished CodeGen of [0x" << std::hex
|
DEBUG(std::cerr << "Finished CodeGen of [0x" << (void*)CurBlock
|
||||||
<< (unsigned)(intptr_t)CurBlock
|
<< "] Function: " << F.getFunction()->getName()
|
||||||
<< std::dec << "] Function: " << F.getFunction()->getName()
|
|
||||||
<< ": " << CurByte-CurBlock << " bytes of text\n");
|
<< ": " << CurByte-CurBlock << " bytes of text\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue