Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| =================================================================== |
| --- src/hydrogen-instructions.h (revision 9619) |
| +++ src/hydrogen-instructions.h (working copy) |
| @@ -556,6 +556,7 @@ |
| HBasicBlock* block() const { return block_; } |
| void SetBlock(HBasicBlock* block); |
| + int LoopWeight() const; |
| int id() const { return id_; } |
| void set_id(int id) { id_ = id; } |