Skip to content
Snippets Groups Projects
Commit 89cb1d48 authored by Chris Lattner's avatar Chris Lattner
Browse files

Final tweak to printer

llvm-svn: 4881
parent 9af6a5d5
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment