diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 15:36:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 15:36:37 +0000 |
commit | 7362aa30c578c8a304d8e48fe1c1bbfdbd37e6ed (patch) | |
tree | c73b274e6428762746c048d1293cdd69403ce8aa /docs/UsersManual.html | |
parent | f56a488a6bdfe56ca814f37d384afa67c67f9dd5 (diff) |
Update UsersManual, we support '#pragma align' now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 51e699fc32..2402bf8dd7 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -789,11 +789,6 @@ soon.</li> the uses described in the bug, this is likely to be implemented at some point, at least partially.</li> -<li>clang does not support #pragma align -(<a href="http://llvm.org/bugs/show_bug.cgi?id=3811">bug 3811</a>). This is a -relatively small feature, so it is likely to be implemented relatively -soon.</li> - <li>clang does not support code generation for local variables pinned to registers (<a href="http://llvm.org/bugs/show_bug.cgi?id=3933">bug 3933</a>). This is a relatively small feature, so it is likely to be implemented |