From f22e6722a1cf83f9b53107b80705e30fd3b3b098 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Mon, 19 Sep 2011 18:15:46 +0000 Subject: [PATCH] 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 --- docs/CodeGenerator.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.

- -- 2.34.1