| Index: src/compiler/arm/instruction-selector-arm.cc
|
| diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc
|
| index ffe966c38817eb85b1544872ec880a224b4c0678..3daf134ebf0508b0d254d3849f795f6f55a69861 100644
|
| --- a/src/compiler/arm/instruction-selector-arm.cc
|
| +++ b/src/compiler/arm/instruction-selector-arm.cc
|
| @@ -1213,7 +1213,7 @@ void InstructionSelector::VisitRoundFloat64ToInt32(Node* node) {
|
|
|
|
|
| void InstructionSelector::VisitBitcastFloat32ToInt32(Node* node) {
|
| - VisitRR(this, kArmVmovLowU32F64, node);
|
| + VisitRR(this, kArmVmovU32F32, node);
|
| }
|
|
|
|
|
|
|