mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Get rid of the duplicate '0x' in debug mode.
llvm-svn: 7012
This commit is contained in:
parent
3e70f63a54
commit
a00e8c6732
@ -107,7 +107,7 @@ void Emitter::finishFunction(MachineFunction &F) {
|
|||||||
ConstantPoolAddresses.clear();
|
ConstantPoolAddresses.clear();
|
||||||
NumBytes += CurByte-CurBlock;
|
NumBytes += CurByte-CurBlock;
|
||||||
|
|
||||||
DEBUG(std::cerr << "Finished CodeGen of [0x" << (void*)CurBlock
|
DEBUG(std::cerr << "Finished CodeGen of [" << (void*)CurBlock
|
||||||
<< "] Function: " << F.getFunction()->getName()
|
<< "] Function: " << F.getFunction()->getName()
|
||||||
<< ": " << CurByte-CurBlock << " bytes of text\n");
|
<< ": " << CurByte-CurBlock << " bytes of text\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user