Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 7310ea6d50fea5b2996b78b8f36de152a49093c5..5594e81aed4ec8091e867b7d27529f230b522c2d 100644 |
| --- a/src/compiler/instruction-codes.h |
| +++ b/src/compiler/instruction-codes.h |
| @@ -171,7 +171,9 @@ enum FlagsCondition { |
| kUnorderedEqual, |
| kUnorderedNotEqual, |
| kOverflow, |
| - kNotOverflow |
| + kNotOverflow, |
| + kPositiveOrZero, |
| + kNegative |
| }; |
| inline FlagsCondition NegateFlagsCondition(FlagsCondition condition) { |