Chromium Code Reviews| Index: src/ia32/lithium-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-ia32.cc (revision 8446) |
| +++ src/ia32/lithium-ia32.cc (working copy) |
| @@ -1098,7 +1098,7 @@ |
| LOperand* temp1 = TempRegister(); |
| LOperand* temp2 = TempRegister(); |
| - return new LIsObjectAndBranch(UseRegisterAtStart(compare->value()), |
| + return new LIsObjectAndBranch(UseRegister(compare->value()), |
| temp1, |
| temp2); |
| } else if (v->IsCompareJSObjectEq()) { |