| Index: src/ia32/lithium-ia32.cc
|
| ===================================================================
|
| --- src/ia32/lithium-ia32.cc (revision 10366)
|
| +++ src/ia32/lithium-ia32.cc (working copy)
|
| @@ -1588,9 +1588,9 @@
|
| LInstruction* LChunkBuilder::DoClassOfTestAndBranch(
|
| HClassOfTestAndBranch* instr) {
|
| ASSERT(instr->value()->representation().IsTagged());
|
| - return new(zone()) LClassOfTestAndBranch(UseTempRegister(instr->value()),
|
| - TempRegister(),
|
| - TempRegister());
|
| + return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()),
|
| + TempRegister(),
|
| + TempRegister());
|
| }
|
|
|
|
|
|
|