mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +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();
|
||||
NumBytes += CurByte-CurBlock;
|
||||
|
||||
DEBUG(std::cerr << "Finished CodeGen of [0x" << (void*)CurBlock
|
||||
DEBUG(std::cerr << "Finished CodeGen of [" << (void*)CurBlock
|
||||
<< "] Function: " << F.getFunction()->getName()
|
||||
<< ": " << CurByte-CurBlock << " bytes of text\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user