OSDN Git Service

start moving towards emitting inline asm statements with
authorChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 22:01:50 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 22:01:50 +0000 (22:01 +0000)
commitf94f8dcda71b0069f9dbde979a81a58a49194ba2
tree965f3b859dea13222116b4c6e83d84774232e5c7
parent3580dea910d622f2a6dbb72e97f5f7d0ef979542
start moving towards emitting inline asm statements with
EmitInlineAsm.  However, this attempt is foiled by operands
being emitted directly to "O" so I'll have to do some surgery
and finish MCizing the world.

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