| 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 ae1019f4e6c0c7b143758622835c35896e76b42d..34b3139b6f5983fa49a2ef0229a22cdbe934be66 100644
|
| --- a/src/compiler/x87/instruction-selector-x87.cc
|
| +++ b/src/compiler/x87/instruction-selector-x87.cc
|
| @@ -844,8 +844,7 @@ void InstructionSelector::VisitTruncateFloat64ToFloat32(Node* node) {
|
| g.Use(node->InputAt(0)));
|
| }
|
|
|
| -
|
| -void InstructionSelector::VisitTruncateFloat64ToInt32(Node* node) {
|
| +void InstructionSelector::VisitTruncateFloat64ToWord32(Node* node) {
|
| X87OperandGenerator g(this);
|
|
|
| switch (TruncationModeOf(node->op())) {
|
|
|