| Index: src/IceTypes.cpp
|
| diff --git a/src/IceTypes.cpp b/src/IceTypes.cpp
|
| index e6dbadfc3051130999bd62d1e765f26254e986d0..838361ce16c055cf338aaf1c32f389e19da8648b 100644
|
| --- a/src/IceTypes.cpp
|
| +++ b/src/IceTypes.cpp
|
| @@ -92,7 +92,7 @@ const struct TypeAttributeFields TypeAttributes[] = {
|
| #define X(tag, size, align, elts, elty, str) \
|
| { size, align, elts, elty, str } \
|
| ,
|
| - ICETYPE_TABLE
|
| + ICETYPE_TABLE
|
| #undef X
|
| };
|
|
|
| @@ -116,7 +116,7 @@ const TypePropertyFields TypePropertiesTable[] = {
|
| IsFloat && !IsVec, IsFloat && IsVec, IsLoadStore, CompareResult \
|
| } \
|
| ,
|
| - ICETYPE_PROPS_TABLE
|
| + ICETYPE_PROPS_TABLE
|
| #undef X
|
| };
|
|
|
|
|