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 8594b1edee07bf7e16d36863f8ca59a6145882fa..a32084299c4054d912dcaef66ae673b72f018dd5 100644 |
--- a/src/compiler/x64/instruction-scheduler-x64.cc |
+++ b/src/compiler/x64/instruction-scheduler-x64.cc |
@@ -80,6 +80,7 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kSSEFloat64Min: |
case kSSEFloat64ToFloat32: |
case kSSEFloat32ToInt32: |
+ case kSSEFloat32ToUint32: |
case kSSEFloat64ToInt32: |
case kSSEFloat64ToUint32: |
case kSSEFloat64ToInt64: |