Fixed some format names

llvm-svn: 134492
This commit is contained in:
Enrico Granata 2011-07-06 15:56:06 +00:00
parent ba195cff81
commit e443ba736b
1 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@ g_format_infos[] =
{ eFormatVectorOfUInt8 , '\0' , "uint8_t[]" },
{ eFormatVectorOfSInt16 , '\0' , "int16_t[]" },
{ eFormatVectorOfUInt16 , '\0' , "uint16_t[]" },
{ eFormatVectorOfSInt32 , '\0' , "int16_t[]" },
{ eFormatVectorOfUInt32 , '\0' , "uint16_t[]" },
{ eFormatVectorOfSInt64 , '\0' , "int16_t[]" },
{ eFormatVectorOfUInt64 , '\0' , "uint16_t[]" },
{ eFormatVectorOfSInt32 , '\0' , "int32_t[]" },
{ eFormatVectorOfUInt32 , '\0' , "uint32_t[]" },
{ eFormatVectorOfSInt64 , '\0' , "int64_t[]" },
{ eFormatVectorOfUInt64 , '\0' , "uint64_t[]" },
{ eFormatVectorOfFloat32, '\0' , "float32[]" },
{ eFormatVectorOfFloat64, '\0' , "float64[]" },
{ eFormatVectorOfUInt128, '\0' , "uint128_t[]" },