Index: runtime/vm/constants_arm64.h |
diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h |
index 151782640631e64d234181f7ccb4ba8b76131e8a..bafbc730d0a42cf53d566e17710bf167a19f4835 100644 |
--- a/runtime/vm/constants_arm64.h |
+++ b/runtime/vm/constants_arm64.h |
@@ -193,8 +193,7 @@ enum Condition { |
LE = 13, // signed less than or equal |
AL = 14, // always (unconditional) |
NV = 15, // special condition (refer to section C1.2.3) |
- kNumberOfConditions = 16, |
- kInvalidCondition = 16 |
+ kMaxCondition = 16, |
}; |
static inline Condition InvertCondition(Condition c) { |