[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h

Chris Lattner sabre at nondot.org
Wed Oct 4 20:00:53 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

AsmPrinter.h updated: 1.51 -> 1.52
---
Log message:

Pass the MachineFunction into EmitJumpTableInfo.


---
Diffs of the changes:  (+1 -1)

 AsmPrinter.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.51 llvm/include/llvm/CodeGen/AsmPrinter.h:1.52
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.51	Wed Oct  4 21:41:43 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h	Wed Oct  4 22:00:37 2006
@@ -161,7 +161,7 @@
     /// EmitJumpTableInfo - Print assembly representations of the jump tables 
     /// used by the current function to the current output stream.  
     ///
-    void EmitJumpTableInfo(MachineJumpTableInfo *MJTI);
+    void EmitJumpTableInfo(MachineJumpTableInfo *MJTI, MachineFunction &MF);
     
     /// EmitSpecialLLVMGlobal - Check to see if the specified global is a
     /// special global used by LLVM.  If so, emit it and return true, otherwise






More information about the llvm-commits mailing list