| Index: runtime/vm/intermediate_language_arm.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_arm.cc (revision 20148)
|
| +++ runtime/vm/intermediate_language_arm.cc (working copy)
|
| @@ -250,6 +250,17 @@
|
| }
|
|
|
|
|
| +LocationSummary* LoadUntaggedInstr::MakeLocationSummary() const {
|
| + UNIMPLEMENTED();
|
| + return NULL;
|
| +}
|
| +
|
| +
|
| +void LoadUntaggedInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| CompileType LoadIndexedInstr::ComputeType() const {
|
| UNIMPLEMENTED();
|
| return CompileType::Dynamic();
|
|
|