[llvm-commits] CVS: llvm/tools/jello/jello.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 3 00:34:01 PST 2002


Changes in directory llvm/tools/jello:

jello.cpp updated: 1.6 -> 1.7

---
Log message:

Final tweak to printer


---
Diffs of the changes:

Index: llvm/tools/jello/jello.cpp
diff -u llvm/tools/jello/jello.cpp:1.6 llvm/tools/jello/jello.cpp:1.7
--- llvm/tools/jello/jello.cpp:1.6	Tue Dec  3 00:09:26 2002
+++ llvm/tools/jello/jello.cpp	Tue Dec  3 00:33:30 2002
@@ -24,7 +24,9 @@
     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";
   }





More information about the llvm-commits mailing list