| Index: src/compiler/ia32/instruction-selector-ia32.cc
|
| diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc
|
| index 34f2f5b73e4e430eb1c08104332c8e1746badeb5..60b5e9c48e196ca490f2aa1204a184336e4e9efd 100644
|
| --- a/src/compiler/ia32/instruction-selector-ia32.cc
|
| +++ b/src/compiler/ia32/instruction-selector-ia32.cc
|
| @@ -146,7 +146,8 @@ class IA32OperandGenerator final : public OperandGenerator {
|
| AddressingMode GetEffectiveAddressMemoryOperand(Node* node,
|
| InstructionOperand inputs[],
|
| size_t* input_count) {
|
| - BaseWithIndexAndDisplacement32Matcher m(node, true);
|
| + BaseWithIndexAndDisplacement32Matcher m(
|
| + node, BaseWithIndexAndDisplacement32Matcher::kAllowAll);
|
| DCHECK(m.matches());
|
| if ((m.displacement() == nullptr || CanBeImmediate(m.displacement()))) {
|
| return GenerateMemoryOperandInputs(
|
|
|