aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/jello/jello.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/jello/jello.cpp b/tools/jello/jello.cpp
index 879076f9d6..d2ff5861e0 100644
--- a/tools/jello/jello.cpp
+++ b/tools/jello/jello.cpp
@@ -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";
}