Chromium Code Reviews| Index: src/IceDefs.h |
| diff --git a/src/IceDefs.h b/src/IceDefs.h |
| index 17e2fb14618c9dba4da24107eda08fecab5a164e..4e1fb3aea37dbefdb0c51ee5d6feae2d16786852 100644 |
| --- a/src/IceDefs.h |
| +++ b/src/IceDefs.h |
| @@ -197,7 +197,9 @@ enum LivenessMode { |
| }; |
| enum RegAllocKind { |
| + RAK_Unknown, |
| RAK_Global, /// full, global register allocation |
| + RAK_Phi, /// infinite-weight Variables with active spilling/filling |
| RAK_InfOnly /// allocation only for infinite-weight Variables |
| }; |