| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 9089)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -867,7 +867,7 @@
|
|
|
| void FlowGraphCompiler::CompileGraph() {
|
| InitCompiler();
|
| - if (TryIntrinsify()) {
|
| + if (CanOptimize() && TryIntrinsify()) {
|
| // Although this intrinsified code will never be patched, it must satisfy
|
| // CodePatcher::CodeIsPatchable, which verifies that this code has a minimum
|
| // code size.
|
|
|