Changes in directory llvm/include/llvm/CodeGen:

AsmPrinter.h updated: 1.28 -> 1.29
---
Log message:

Change the prototype of PrintAsmOperand



---
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.28 
llvm/include/llvm/CodeGen/AsmPrinter.h:1.29
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.28 Sat Feb  4 19:24:06 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h      Mon Feb  6 16:16:41 2006
@@ -196,7 +196,7 @@
     /// overried this to format as appropriate.  This method can return true if
     /// the operand is erroneous.
     virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
-                                 unsigned AsmVariant);
+                                 unsigned AsmVariant, const char *ExtraCode);
     
     /// SetupMachineFunction - This should be called when a new MachineFunction
     /// is being processed from runOnMachineFunction.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to