now that all operand printing happens to specified streams, we can
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 07:50:12 +0000 (07:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 07:50:12 +0000 (07:50 +0000)
commitde0f339ec3a5d804b85043174521efec4ad14991
tree339d11bcc8e18df7a0f8a495be1fb224cef9275e
parent75f50725c1d7f86ee545337b155b4feac66627f6
now that all operand printing happens to specified streams, we can
print function level inline asm with EmitInlineAsm instead of writing
it directly to "O".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100326 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp