From: Daniel Dunbar Date: Mon, 2 Aug 2010 15:36:37 +0000 (+0000) Subject: Update UsersManual, we support '#pragma align' now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7362aa30c578c8a304d8e48fe1c1bbfdbd37e6ed;p=clang Update UsersManual, we support '#pragma align' now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110040 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. the uses described in the bug, this is likely to be implemented at some point, at least partially. -
  • clang does not support #pragma align -(bug 3811). This is a -relatively small feature, so it is likely to be implemented relatively -soon.
  • -
  • clang does not support code generation for local variables pinned to registers (bug 3933). This is a relatively small feature, so it is likely to be implemented