| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 27253)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -43,12 +43,6 @@
|
| }
|
|
|
|
|
| -// 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();
|
|
|