| Index: src/compiler/x87/instruction-selector-x87.cc
|
| diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc
|
| index b487d9448a345b6d073f199ee34eea702d8dded3..0731648dd0f48b34544d219cb32c794d7e87954b 100644
|
| --- a/src/compiler/x87/instruction-selector-x87.cc
|
| +++ b/src/compiler/x87/instruction-selector-x87.cc
|
| @@ -1114,7 +1114,7 @@ void InstructionSelector::EmitPrepareArguments(
|
| g.CanBeImmediate(input.node())
|
| ? g.UseImmediate(input.node())
|
| : IsSupported(ATOM) ||
|
| - sequence()->IsFloat(GetVirtualRegister(input.node()))
|
| + sequence()->IsFP(GetVirtualRegister(input.node()))
|
| ? g.UseRegister(input.node())
|
| : g.Use(input.node());
|
| Emit(kX87Push, g.NoOutput(), value);
|
|
|