Use "a" instead of "a0" in DataLayout.
[oota-llvm.git] / docs / LangRef.rst
index 483bea2a9a2d7de23b990dccec160a79dc4d26ad..2faa15692bb0651b184d891b0cca5c4ac0618f85 100644 (file)
@@ -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: