Small doc fix.

llvm-svn: 52190
This commit is contained in:
Duncan Sands 2008-06-10 20:54:01 +00:00
parent e86cbb7893
commit dd16b1d024

View File

@ -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 |
///