| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index df718c7330e5cffb392aa65662be4428bae48f96..54e3bd26cd36350990b9a5f1617402207dab3a16 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2191,11 +2191,6 @@ class LStoreNamedField V8_FINAL : public LTemplateInstruction<0, 2, 2> {
|
| DECLARE_HYDROGEN_ACCESSOR(StoreNamedField)
|
|
|
| virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
|
| -
|
| - Handle<Map> transition() const { return hydrogen()->transition_map(); }
|
| - Representation representation() const {
|
| - return hydrogen()->field_representation();
|
| - }
|
| };
|
|
|
|
|
| @@ -2780,6 +2775,9 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase {
|
|
|
| void Abort(BailoutReason reason);
|
|
|
| + // Methods for code dependencies.
|
| + void AddDeprecationDependency(Handle<Map> map);
|
| +
|
| // Methods for getting operands for Use / Define / Temp.
|
| LUnallocated* ToUnallocated(Register reg);
|
| LUnallocated* ToUnallocated(XMMRegister reg);
|
|
|