summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-12-05 18:29:03 +0000
committerChris Lattner <sabre@nondot.org>2011-12-05 18:29:03 +0000
commitc9577f35bf3ede514a68350b49476a282dfbc478 (patch)
treecf410aa0e75139988c9346ddbbad3134c5ed7200 /docs
parent209977c4d809914a20fd44873876c76cf972a56d (diff)
we got badgered into supporting multi-alternative constraints.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 91799f39b3..933e4e006b 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -956,10 +956,6 @@ a structure).</li>
clang doesn't accept some constructs gcc might accept in contexts where a
constant expression is required, like "x-x" where x is a variable.</li>
-<li>clang does not support multiple alternative constraints in inline asm; this
-is an extremely obscure feature which would be complicated to implement
-correctly.</li>
-
<li>clang does not support __builtin_apply and friends; this extension is
extremely obscure and difficult to implement reliably.</li>