| Index: src/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/ppc/lithium-codegen-ppc.cc b/src/ppc/lithium-codegen-ppc.cc
|
| index ae8680686e0f715868faea87701263f238cc853f..793658e569d05fa36c5275ff13a18384996c3df2 100644
|
| --- a/src/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/ppc/lithium-codegen-ppc.cc
|
| @@ -3543,7 +3543,7 @@ void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) {
|
| DCHECK(ToRegister(instr->object()).is(LoadDescriptor::ReceiverRegister()));
|
| DCHECK(ToRegister(instr->key()).is(LoadDescriptor::NameRegister()));
|
|
|
| - if (FLAG_vector_ics) {
|
| + if (instr->hydrogen()->HasVectorAndSlot()) {
|
| EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr);
|
| }
|
|
|
|
|