Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_mips.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 25800) |
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy) |
| @@ -43,6 +43,11 @@ |
| } |
| +bool FlowGraphCompiler::SupportsInlinedTrigonometrics() { |
|
Ivan Posva
2013/08/05 23:32:16
ditto
srdjan
2013/08/06 15:43:05
Done.
|
| + return false; |
| +} |
| + |
| + |
| RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler, |
| DeoptInfoBuilder* builder) { |
| if (deopt_env_ == NULL) return DeoptInfo::null(); |