Changes in directory llvm/include/llvm/CodeGen:

AsmPrinter.h updated: 1.25 -> 1.26
---
Log message:

add a method


---
Diffs of the changes:  (+3 -0)

 AsmPrinter.h |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.25 
llvm/include/llvm/CodeGen/AsmPrinter.h:1.26
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.25 Wed Jan  4 16:28:25 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h      Thu Jan 26 20:09:16 2006
@@ -230,6 +230,9 @@
     ///
     void EmitGlobalConstant(const Constant* CV);
     
+    /// printInlineAsm - This method formats and prints the specified machine
+    /// instruction that is an inline asm.
+    void printInlineAsm(const MachineInstr *MI) const;
   private:
     void EmitXXStructorList(Constant *List);
 



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

Reply via email to