| Index: runtime/vm/intermediate_language_mips.cc
|
| diff --git a/runtime/vm/intermediate_language_mips.cc b/runtime/vm/intermediate_language_mips.cc
|
| index 2ec2dc6a1562a10f42b52871464c39f0ea8731a8..e26980aafe4d41bd3599811847ce84a10ddc1a4a 100644
|
| --- a/runtime/vm/intermediate_language_mips.cc
|
| +++ b/runtime/vm/intermediate_language_mips.cc
|
| @@ -172,7 +172,7 @@ void StringFromCharCodeInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| }
|
|
|
|
|
| -CompileType* LoadIndexedInstr::ComputeInitialType() const {
|
| +CompileType LoadIndexedInstr::ComputeInitialType() const {
|
| UNIMPLEMENTED();
|
| return NULL;
|
| }
|
|
|