| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 25734)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -44,8 +44,7 @@
|
|
|
| bool FlowGraphCompiler::SupportsUnboxedMints() {
|
| // Support unboxed mints when SSE 4.1 is available.
|
| - return FLAG_unbox_mints && CPUFeatures::sse4_1_supported() &&
|
| - !FLAG_throw_on_javascript_int_overflow;
|
| + return FLAG_unbox_mints && CPUFeatures::sse4_1_supported();
|
| }
|
|
|
|
|
|
|