| Index: src/compiler/s390/code-generator-s390.cc
|
| diff --git a/src/compiler/s390/code-generator-s390.cc b/src/compiler/s390/code-generator-s390.cc
|
| index c328ac705aa10d5d7279986264a9b4d27308e08d..bcd61eae7055881f747b60fbcdf5f0c1099e58c6 100644
|
| --- a/src/compiler/s390/code-generator-s390.cc
|
| +++ b/src/compiler/s390/code-generator-s390.cc
|
| @@ -600,6 +600,7 @@ void AssembleBinOp(S390OperandConverter& i, MacroAssembler* masm,
|
| } else if (HasFPRegisterInput(instr, 1)) { \
|
| __ cmp_rr_instr(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); \
|
| } else { \
|
| + USE(HasFPStackSlotInput); \
|
| DCHECK(HasFPStackSlotInput(instr, 1)); \
|
| MemOperand operand = i.InputStackSlot(1); \
|
| if (operand.offset() >= 0) { \
|
|
|