Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| =================================================================== |
| --- src/hydrogen-instructions.h (revision 6703) |
| +++ src/hydrogen-instructions.h (working copy) |
| @@ -1670,7 +1670,7 @@ |
| HValue* GetRedundantReplacement() const; |
| void AddInput(HValue* value); |
| - bool HasReceiverOperand(); |
| + bool IsReceiver() { return merged_index_ == 0; } |
| int merged_index() const { return merged_index_; } |