Chromium Code Reviews| Index: src/IceRegList.h |
| diff --git a/src/IceRegList.h b/src/IceRegList.h |
| index 87e14927dd068cbe4cdf2b268b0132a27a3bb3a2..6437474b0ec2f12b588e1f60d4aeb58bb28095ad 100644 |
| --- a/src/IceRegList.h |
| +++ b/src/IceRegList.h |
| @@ -19,6 +19,8 @@ |
| // indicates how many register aliases are being provided to the macro. It |
| // assumes the parameters are register names declared in the "ns" |
| // namespace/class, but with the common "Reg_" prefix removed for brevity. |
| +#define NO_ALIASES() \ |
| + {} |
| #define REGLIST1(ns, r0) \ |
| { ns::Reg_##r0 } |
| #define REGLIST2(ns, r0, r1) \ |