| Index: src/arm/lithium-arm.cc
|
| ===================================================================
|
| --- src/arm/lithium-arm.cc (revision 6115)
|
| +++ src/arm/lithium-arm.cc (working copy)
|
| @@ -1316,8 +1316,8 @@
|
|
|
| LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) {
|
| LInstruction* result =
|
| - new LInstanceOf(UseFixed(instr->left(), r1),
|
| - UseFixed(instr->right(), r0));
|
| + new LInstanceOf(UseFixed(instr->left(), r0),
|
| + UseFixed(instr->right(), r1));
|
| return MarkAsCall(DefineFixed(result, r0), instr);
|
| }
|
|
|
|
|