| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 25815)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -43,6 +43,12 @@
|
| }
|
|
|
|
|
| +// TODO(srdjan): Enable by calling C-functions.
|
| +bool FlowGraphCompiler::SupportsInlinedTrigonometrics() {
|
| + return false;
|
| +}
|
| +
|
| +
|
| RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler,
|
| DeoptInfoBuilder* builder) {
|
| if (deopt_env_ == NULL) return DeoptInfo::null();
|
|
|