| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 600ac399da7544368b54380e7021d36f8f06eeb4..1c8c17533055578b1252acfb6023d81d39e4cc23 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -134,7 +134,6 @@ class OperandGenerator {
|
| }
|
|
|
| protected:
|
| - Graph* graph() const { return selector()->graph(); }
|
| InstructionSelector* selector() const { return selector_; }
|
| InstructionSequence* sequence() const { return selector()->sequence(); }
|
| Isolate* isolate() const { return zone()->isolate(); }
|
|
|