Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 30802) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -43,6 +43,11 @@ |
| } |
| +bool FlowGraphCompiler::SupportsSinCos() { |
| + return true; |
| +} |
| + |
| + |
| RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler, |
| DeoptInfoBuilder* builder, |
| const Array& deopt_table) { |