aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-09-17 17:52:00 +0000
committerGabor Greif <ggreif@gmail.com>2010-09-17 17:52:00 +0000
commit0ccf6f14c89dda01d91964c6ff0005b03972299d (patch)
tree790d8d22ad584c1e65a411111fb27708974b50c4 /include
parent7201c9f1f12a91bad33311be0e812ce3cd924799 (diff)
downloadexternal_llvm-0ccf6f14c89dda01d91964c6ff0005b03972299d.zip
external_llvm-0ccf6f14c89dda01d91964c6ff0005b03972299d.tar.gz
external_llvm-0ccf6f14c89dda01d91964c6ff0005b03972299d.tar.bz2
fix comments; patch by Edmund Grimley-Evans\!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114189 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ValueTypes.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.td b/include/llvm/CodeGen/ValueTypes.td
index a86d5c1..a1163f7 100644
--- a/include/llvm/CodeGen/ValueTypes.td
+++ b/include/llvm/CodeGen/ValueTypes.td
@@ -46,8 +46,8 @@ def v4i32 : ValueType<128, 22>; // 4 x i32 vector value
def v8i32 : ValueType<256, 23>; // 8 x i32 vector value
def v1i64 : ValueType<64 , 24>; // 1 x i64 vector value
def v2i64 : ValueType<128, 25>; // 2 x i64 vector value
-def v4i64 : ValueType<256, 26>; // 4 x f64 vector value
-def v8i64 : ValueType<512, 27>; // 4 x f64 vector value
+def v4i64 : ValueType<256, 26>; // 4 x i64 vector value
+def v8i64 : ValueType<512, 27>; // 8 x i64 vector value
def v2f32 : ValueType<64 , 28>; // 2 x f32 vector value
def v4f32 : ValueType<128, 29>; // 4 x f32 vector value