diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-19 18:15:46 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-19 18:15:46 +0000 |
| commit | 1c4831764c5a5d763c14a625a676c9d8d9fc0290 (patch) | |
| tree | 065c69357f0d13ef38cb116349a26061a6d7bd75 /llvm/docs | |
| parent | ddfcec92d911ad00f099232d6b45fc848e8374d8 (diff) | |
| download | bcm5719-llvm-1c4831764c5a5d763c14a625a676c9d8d9fc0290.tar.gz bcm5719-llvm-1c4831764c5a5d763c14a625a676c9d8d9fc0290.zip | |
X86 has asterisk-free inline asm support now.
Floating point stack inline asm works.
llvm-svn: 140033
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 248a85c1b89..ca2bb607461 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -2286,7 +2286,7 @@ is the key:</p> <td class="yes"></td> <!-- PowerPC --> <td class="unknown"></td> <!-- Sparc --> <td class="unknown"></td> <!-- SystemZ --> - <td class="yes"><a href="#feat_inlineasm_x86">*</a></td> <!-- X86 --> + <td class="yes"></td> <!-- X86 --> <td class="unknown"></td> <!-- XCore --> </tr> @@ -2382,9 +2382,6 @@ disassembling machine opcode bytes into MCInst's.</p> <p>This box indicates whether the target supports most popular inline assembly constraints and modifiers.</p> -<p id="feat_inlineasm_x86">X86 lacks reliable support for inline assembly -constraints relating to the X86 floating point stack.</p> - </div> <!-- _______________________________________________________________________ --> |

