aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 02:09:16 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 02:09:16 +0000
commite736ed19478f05811f08a56706e07fa4ab865401 (patch)
treeeaffba29786dab725da1dac9bc190b2ae9fc0615
parentcedc6f4b30c1fd5f7ad1df0b65b870e6f107e8ff (diff)
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25675 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index e9a28bf818..95aaa9ad73 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);