| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index d9cef76afff441d592ad5a698aca53204f2868eb..b085555eb4d632cc5fc6937a0486a4bb8dc460bf 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2611,7 +2611,7 @@ LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
|
|
|
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
|
| LOperand* context = UseFixed(instr->context(), esi);
|
| - LOperand* value = UseAtStart(instr->value());
|
| + LOperand* value = UseFixed(instr->value(), ebx);
|
| LTypeof* result = new(zone()) LTypeof(context, value);
|
| return MarkAsCall(DefineFixed(result, eax), instr);
|
| }
|
|
|