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

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 6 14:16:53 PST 2006



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.






More information about the llvm-commits mailing list