| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index db3e3b254dda3c0f607a08ee425ca000f460da37..68377fd5c155ed9bd703bb36bfc64b7472c4de6e 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -645,7 +645,6 @@ class HValue : public ZoneObject {
|
|
|
| HBasicBlock* block() const { return block_; }
|
| void SetBlock(HBasicBlock* block);
|
| - int LoopWeight() const;
|
|
|
| // Note: Never call this method for an unlinked value.
|
| Isolate* isolate() const;
|
|
|