1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Final tweak to printer

llvm-svn: 4881
This commit is contained in:
Chris Lattner 2002-12-03 06:33:30 +00:00
parent d412654b95
commit 3f94a45ff8

View File

@ -24,7 +24,9 @@ struct JelloMachineCodeEmitter : public MachineCodeEmitter {
std::cout << "\n**** Writing machine code for function: "
<< F.getFunction()->getName() << "\n";
}
void finishFunction(MachineFunction &F) {
std::cout << "\n";
}
void startBasicBlock(MachineBasicBlock &BB) {
std::cout << "\n--- Basic Block: " << BB.getBasicBlock()->getName() << "\n";
}