| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 23168)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -1342,20 +1342,6 @@
|
| }
|
|
|
|
|
| -Condition FlowGraphCompiler::FlipCondition(Condition condition) {
|
| - UNIMPLEMENTED();
|
| - return condition;
|
| -}
|
| -
|
| -
|
| -bool FlowGraphCompiler::EvaluateCondition(Condition condition,
|
| - intptr_t left,
|
| - intptr_t right) {
|
| - UNIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| -
|
| FieldAddress FlowGraphCompiler::ElementAddressForIntIndex(intptr_t cid,
|
| intptr_t index_scale,
|
| Register array,
|
|
|