Index: src/compiler/x64/instruction-selector-x64.cc |
diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc |
index 7327bce4b8735cd74787c1a63242a256fd99268b..68fd81ee01f865a3b8907834f7f971f81d4255cd 100644 |
--- a/src/compiler/x64/instruction-selector-x64.cc |
+++ b/src/compiler/x64/instruction-selector-x64.cc |
@@ -1433,7 +1433,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(kX64Push, g.NoOutput(), value); |