| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index 76a6b524f1d64d2a1ea940696d511c7ce2b434b7..a3436ed94d771602947fade2df9eacdca9237e82 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -4603,12 +4603,6 @@ HObjectAccess HObjectAccess::ForField(Handle<Map> map, int index,
|
| }
|
|
|
|
|
| -HObjectAccess HObjectAccess::ForCellPayload(Isolate* isolate) {
|
| - return HObjectAccess(kInobject, Cell::kValueOffset, Representation::Tagged(),
|
| - isolate->factory()->cell_value_string());
|
| -}
|
| -
|
| -
|
| void HObjectAccess::SetGVNFlags(HValue *instr, PropertyAccessType access_type) {
|
| // set the appropriate GVN flags for a given load or store instruction
|
| if (access_type == STORE) {
|
|
|