Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index f58ebe9c9677a40f1af7ed4fdff810672fe6480b..d73f9e7af3c89dd7bab6125e3f3adfd6f065e515 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -217,9 +217,10 @@ 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 |
+ RAK_Global, /// full, global register allocation |
+ RAK_SecondChance, /// second-chance bin-packing after full regalloc attempt |
+ RAK_Phi, /// infinite-weight Variables with active spilling/filling |
+ RAK_InfOnly /// allocation only for infinite-weight Variables |
}; |
enum VerboseItem { |