diff options
author | Duncan Sands <baldrick@free.fr> | 2008-06-10 20:54:01 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-06-10 20:54:01 +0000 |
commit | 02703ba7538cb45c3b7f2960a8eabaeabcf7bdca (patch) | |
tree | d21baf87aab370cdb16d676d71d8987c3ccff07a | |
parent | c9958102ecea5b30761b5347a0a8259f5f0523e7 (diff) |
Small doc fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52190 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index fe3ee6e7b6..ef70dab3fe 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -103,7 +103,7 @@ namespace llvm { /// an arbitrary precision integer) and the remaining VectorBits upper bits /// encode the vector length, offset by one. /// - /// 31--------------16-----------8-------------0 + /// 32--------------16-----------8-------------0 /// | Vector length | Precision | Simple type | /// | | Vector element | /// |