[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 26 18:09:28 PST 2006
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);
More information about the llvm-commits
mailing list