From: Jakob Stoklund Olesen Date: Mon, 19 Sep 2011 18:15:46 +0000 (+0000) Subject: X86 has asterisk-free inline asm support now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f22e6722a1cf83f9b53107b80705e30fd3b3b098;p=oota-llvm.git X86 has asterisk-free inline asm support now. Floating point stack inline asm works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140033 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 248a85c1b89..ca2bb607461 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2286,7 +2286,7 @@ is the key:

- * + @@ -2382,9 +2382,6 @@ disassembling machine opcode bytes into MCInst's.

This box indicates whether the target supports most popular inline assembly constraints and modifiers.

-

X86 lacks reliable support for inline assembly -constraints relating to the X86 floating point stack.

-