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