| Index: runtime/vm/intermediate_language_mips.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_mips.cc (revision 37170)
|
| +++ runtime/vm/intermediate_language_mips.cc (working copy)
|
| @@ -2638,7 +2638,7 @@
|
| if (is_truncating) {
|
| if (right_needs_check) {
|
| const bool right_may_be_negative =
|
| - (right_range == NULL) || right_range->IsNegative();
|
| + (right_range == NULL) || !right_range->IsPositive();
|
| if (right_may_be_negative) {
|
| ASSERT(shift_left->CanDeoptimize());
|
| __ bltz(right, deopt);
|
|
|