| Index: src/hydrogen-instructions.cc
|
| ===================================================================
|
| --- src/hydrogen-instructions.cc (revision 6703)
|
| +++ src/hydrogen-instructions.cc (working copy)
|
| @@ -900,17 +900,6 @@
|
| }
|
|
|
|
|
| -bool HPhi::HasReceiverOperand() {
|
| - for (int i = 0; i < OperandCount(); i++) {
|
| - if (OperandAt(i)->IsParameter() &&
|
| - HParameter::cast(OperandAt(i))->index() == 0) {
|
| - return true;
|
| - }
|
| - }
|
| - return false;
|
| -}
|
| -
|
| -
|
| HValue* HPhi::GetRedundantReplacement() const {
|
| HValue* candidate = NULL;
|
| int count = OperandCount();
|
|
|