Update comment.
[oota-llvm.git] / lib / CodeGen / RegAllocFast.cpp
index 6c2e60b5c6e18b2d0ac7fc2b51a4fbdab8f40081..e92dbd2626a88c1336222949f6b24d639c8b6655 100644 (file)
@@ -144,7 +144,7 @@ namespace {
     // not be erased.
     bool isBulkSpilling;
 
-    enum {
+    enum LLVM_ENUM_INT_TYPE(unsigned) {
       spillClean = 1,
       spillDirty = 100,
       spillImpossible = ~0u