1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

[NFC] Fix minor typos in comments

llvm-svn: 327841
This commit is contained in:
Karl-Johan Karlsson 2018-03-19 13:48:40 +00:00
parent 6ee80f7324
commit 923a94b688
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ namespace llvm {
SimpleTy == MVT::v16i64);
}
/// Return true if this is a 1024-bit vector type.
/// Return true if this is a 2048-bit vector type.
bool is2048BitVector() const {
return (SimpleTy == MVT::v256i8 || SimpleTy == MVT::v128i16 ||
SimpleTy == MVT::v64i32 || SimpleTy == MVT::v32i64);

View File

@ -69,7 +69,7 @@ def v4i32 : ValueType<128, 43>; // 4 x i32 vector value
def v8i32 : ValueType<256, 44>; // 8 x i32 vector value
def v16i32 : ValueType<512, 45>; // 16 x i32 vector value
def v32i32 : ValueType<1024,46>; // 32 x i32 vector value
def v64i32 : ValueType<2048,47>; // 32 x i32 vector value
def v64i32 : ValueType<2048,47>; // 64 x i32 vector value
def v1i64 : ValueType<64 , 48>; // 1 x i64 vector value
def v2i64 : ValueType<128, 49>; // 2 x i64 vector value