| Index: runtime/vm/intermediate_language_arm.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_arm.cc (revision 44897)
|
| +++ runtime/vm/intermediate_language_arm.cc (working copy)
|
| @@ -1283,9 +1283,6 @@
|
| if ((representation() == kUnboxedUint32) ||
|
| (representation() == kUnboxedInt32)) {
|
| Register result = locs()->out(0).reg();
|
| - if ((index_scale() == 1) && index.IsRegister()) {
|
| - __ SmiUntag(index.reg());
|
| - }
|
| switch (class_id()) {
|
| case kTypedDataInt32ArrayCid:
|
| ASSERT(representation() == kUnboxedInt32);
|
|
|