| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 7935)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -493,13 +493,13 @@
|
| }
|
|
|
|
|
| -RawAbstractType* NativeLoadFieldComp::StaticType() const {
|
| +RawAbstractType* LoadVMFieldComp::StaticType() const {
|
| ASSERT(!type().IsNull());
|
| return type().raw();
|
| }
|
|
|
|
|
| -RawAbstractType* NativeStoreFieldComp::StaticType() const {
|
| +RawAbstractType* StoreVMFieldComp::StaticType() const {
|
| ASSERT(!type().IsNull());
|
| const AbstractType& assigned_value_type =
|
| AbstractType::Handle(value()->StaticType());
|
|
|