Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 10366) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1525,7 +1525,7 @@ |
| LInstruction* LChunkBuilder::DoClassOfTestAndBranch( |
| HClassOfTestAndBranch* instr) { |
| - return new LClassOfTestAndBranch(UseTempRegister(instr->value()), |
| + return new LClassOfTestAndBranch(UseRegister(instr->value()), |
| TempRegister(), |
| TempRegister()); |
| } |