| Index: src/IceInst.cpp | 
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp | 
| index ce5bde0f00d54d151d8b60ac31b72c7de042149c..b06f6dfa12449039c441670c016b7641ed0672ba 100644 | 
| --- a/src/IceInst.cpp | 
| +++ b/src/IceInst.cpp | 
| @@ -30,7 +30,7 @@ const struct InstArithmeticAttributes_ { | 
| #define X(tag, str, commutative)                                               \ | 
| { str, commutative }                                                         \ | 
| , | 
| -      ICEINSTARITHMETIC_TABLE | 
| +    ICEINSTARITHMETIC_TABLE | 
| #undef X | 
| }; | 
|  | 
| @@ -41,7 +41,7 @@ const struct InstCastAttributes_ { | 
| #define X(tag, str)                                                            \ | 
| { str }                                                                      \ | 
| , | 
| -      ICEINSTCAST_TABLE | 
| +    ICEINSTCAST_TABLE | 
| #undef X | 
| }; | 
|  | 
| @@ -52,7 +52,7 @@ const struct InstFcmpAttributes_ { | 
| #define X(tag, str)                                                            \ | 
| { str }                                                                      \ | 
| , | 
| -      ICEINSTFCMP_TABLE | 
| +    ICEINSTFCMP_TABLE | 
| #undef X | 
| }; | 
|  | 
| @@ -63,7 +63,7 @@ const struct InstIcmpAttributes_ { | 
| #define X(tag, str)                                                            \ | 
| { str }                                                                      \ | 
| , | 
| -      ICEINSTICMP_TABLE | 
| +    ICEINSTICMP_TABLE | 
| #undef X | 
| }; | 
|  | 
|  |