diff options
author | Chris Lattner <sabre@nondot.org> | 2011-12-05 18:29:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-12-05 18:29:03 +0000 |
commit | 1e13e8ac972079a3a17492bb989df56411fc3f89 (patch) | |
tree | 2f25bf9df7f0123e876bdb2f8eac4ca699e2540c /clang/docs/UsersManual.html | |
parent | 93927f9e013c4964fbdc8d01a9787baf131c500b (diff) | |
download | bcm5719-llvm-1e13e8ac972079a3a17492bb989df56411fc3f89.tar.gz bcm5719-llvm-1e13e8ac972079a3a17492bb989df56411fc3f89.zip |
we got badgered into supporting multi-alternative constraints.
llvm-svn: 145822
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 91799f39b3d..933e4e006be 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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> |