[llvm-commits] [llvm] r75612 - /llvm/trunk/include/llvm/CodeGen/ValueTypes.td

Bob Wilson bob.wilson at apple.com
Mon Jul 13 23:09:51 PDT 2009


Author: bwilson
Date: Tue Jul 14 01:09:50 2009
New Revision: 75612

URL: http://llvm.org/viewvc/llvm-project?rev=75612&view=rev
Log:
Fix a comment.

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

Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.td?rev=75612&r1=75611&r2=75612&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.td (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.td Tue Jul 14 01:09:50 2009
@@ -46,7 +46,7 @@
 def v2i32  : ValueType<64 , 23>;   //  2 x i32 vector value
 def v3i32  : ValueType<96 , 24>;   //  3 x i32 vector value
 def v4i32  : ValueType<128, 25>;   //  4 x i32 vector value
-def v8i32  : ValueType<256, 26>;   //  8 x f32 vector value
+def v8i32  : ValueType<256, 26>;   //  8 x i32 vector value
 def v1i64  : ValueType<64 , 27>;   //  1 x i64 vector value
 def v2i64  : ValueType<128, 28>;   //  2 x i64 vector value
 def v4i64  : ValueType<256, 29>;   //  4 x f64 vector value





More information about the llvm-commits mailing list