From: Chris Lattner Date: Fri, 27 Jan 2006 02:09:16 +0000 (+0000) Subject: add a method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e736ed19478f05811f08a56706e07fa4ab865401;p=oota-llvm.git add a method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25675 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index e9a28bf8184..95aaa9ad73f 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -230,6 +230,9 @@ namespace llvm { /// 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);