Chromium Code Reviews| Index: src/compiler/instruction-selector-impl.h |
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h |
| index d4f1eee7a0cf84d22509076f7f060d33f4c707b9..31031d8410aa5029287fea421feae98bd1d672a0 100644 |
| --- a/src/compiler/instruction-selector-impl.h |
| +++ b/src/compiler/instruction-selector-impl.h |
| @@ -256,6 +256,8 @@ class FlagsContinuation V8_FINAL { |
| switch (condition_) { |
| case kEqual: |
| case kNotEqual: |
| + case kOverflow: |
| + case kNotOverflow: |
| return; |
| case kSignedLessThan: |
| condition_ = kSignedGreaterThan; |