Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-codegen-ia32.cc (revision 6346) |
| +++ src/ia32/lithium-codegen-ia32.cc (working copy) |
| @@ -2506,6 +2506,7 @@ |
| void LCodeGen::DoCallKeyed(LCallKeyed* instr) { |
| ASSERT(ToRegister(instr->result()).is(eax)); |
| + ASSERT(ToRegister(instr->InputAt(0)).is(ecx)); |
| int arity = instr->arity(); |
| Handle<Code> ic = StubCache::ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); |