Final tweak to printer
authorChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 06:33:30 +0000 (06:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 06:33:30 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4881 91177308-0d34-0410-b5e6-96231b3b80d8

tools/jello/jello.cpp

index 879076f9d62974120d71adfb0261b6af54103051..d2ff5861e090aa5bf2d7f57c75bd3be784e67b78 100644 (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";
   }