From: Duncan Sands Date: Tue, 10 Jun 2008 20:54:01 +0000 (+0000) Subject: Small doc fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02703ba7538cb45c3b7f2960a8eabaeabcf7bdca;p=oota-llvm.git Small doc fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52190 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index fe3ee6e7b66..ef70dab3fea 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 | ///