[llvm-commits] [llvm] r52190 - /llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Duncan Sands baldrick at free.fr
Tue Jun 10 13:54:01 PDT 2008


Author: baldrick
Date: Tue Jun 10 15:54:01 2008
New Revision: 52190

URL: http://llvm.org/viewvc/llvm-project?rev=52190&view=rev
Log:
Small doc fix.

Modified:
    llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.h?rev=52190&r1=52189&r2=52190&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Tue Jun 10 15:54:01 2008
@@ -103,7 +103,7 @@
     /// 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     |
     ///





More information about the llvm-commits mailing list