add a new EmitInlineAsm function to asmprinter to handle inline asm.
authorChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 21:35:55 +0000 (21:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 21:35:55 +0000 (21:35 +0000)
commit91bead790518fcf5cb26019fb1ebf2372e8a5b3f
tree069591723216e18906bac6c3117502c73a56bf0b
parent47b7e5dae911bc98aa76fa5d2ee506c9304f941a
add a new EmitInlineAsm function to asmprinter to handle inline asm.
If we have an MCAsmStreamer, we continue to emit asm textually,
otherwise we (currently) emit an error to errs and ignore it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100289 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCStreamer.cpp