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
This commit is contained in:
Chris Lattner
2010-04-03 22:01:50 +00:00
parent 3580dea910
commit f94f8dcda7
2 changed files with 36 additions and 10 deletions

View File

@ -359,7 +359,7 @@ namespace llvm {
private:
/// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
void EmitInlineAsm(StringRef Str);
void EmitInlineAsm(StringRef Str) const;
/// processDebugLoc - Processes the debug information of each machine
/// instruction's DebugLoc.