Index: src/compiler/x64/instruction-scheduler-x64.cc |
diff --git a/src/compiler/x64/instruction-scheduler-x64.cc b/src/compiler/x64/instruction-scheduler-x64.cc |
index f8537c879c4bdfef00b08044d8e6b386664621c2..203ed8e6c97be671ea9b3737a9d6553cbd8aa833 100644 |
--- a/src/compiler/x64/instruction-scheduler-x64.cc |
+++ b/src/compiler/x64/instruction-scheduler-x64.cc |
@@ -79,6 +79,7 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kSSEFloat64Max: |
case kSSEFloat64Min: |
case kSSEFloat64ToFloat32: |
+ case kSSEFloat32ToInt32: |
case kSSEFloat64ToInt32: |
case kSSEFloat64ToUint32: |
case kSSEFloat64ToInt64: |