summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-12 17:21:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-12 17:21:51 +0000
commit2053a06bd5daa4bd781a757e8eff98c3d07c138b (patch)
tree5fb60119688175c7398ef7866e3aae7e6c7a3c2b /docs
parent35e19348d9a844ad1c89243ab78843157c5cfad9 (diff)
downloadllvm-2053a06bd5daa4bd781a757e8eff98c3d07c138b.tar.gz
llvm-2053a06bd5daa4bd781a757e8eff98c3d07c138b.tar.bz2
llvm-2053a06bd5daa4bd781a757e8eff98c3d07c138b.tar.xz
Use "a" instead of "a0" in DataLayout.
It means exactly the same and is just a bit shorter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 483bea2a9a..2faa15692b 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -1147,7 +1147,7 @@ specifications are given in this list:
- ``f128:128:128`` - quad is 128-bit aligned
- ``v64:64:64`` - 64-bit vector is 64-bit aligned
- ``v128:128:128`` - 128-bit vector is 128-bit aligned
-- ``a0:0:64`` - aggregates are 64-bit aligned
+- ``a:0:64`` - aggregates are 64-bit aligned
When LLVM is determining the alignment for a given type, it uses the
following rules: