Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 25800) |
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy) |
| @@ -47,6 +47,11 @@ |
| } |
| +bool FlowGraphCompiler::SupportsInlinedTrigonometrics() { |
| + return true; |
| +} |
| + |
| + |
| RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler, |
| DeoptInfoBuilder* builder) { |
| if (deopt_env_ == NULL) return DeoptInfo::null(); |