| Index: src/x64/lithium-x64.cc
|
| ===================================================================
|
| --- src/x64/lithium-x64.cc (revision 6999)
|
| +++ src/x64/lithium-x64.cc (working copy)
|
| @@ -1158,7 +1158,7 @@
|
| LInstruction* LChunkBuilder::DoInstanceOfKnownGlobal(
|
| HInstanceOfKnownGlobal* instr) {
|
| LInstanceOfKnownGlobal* result =
|
| - new LInstanceOfKnownGlobal(UseRegisterAtStart(instr->value()));
|
| + new LInstanceOfKnownGlobal(UseFixed(instr->value(), rax));
|
| return MarkAsCall(DefineFixed(result, rax), instr);
|
| }
|
|
|
|
|