Index: src/compiler/ppc/instruction-scheduler-ppc.cc |
diff --git a/src/compiler/ppc/instruction-scheduler-ppc.cc b/src/compiler/ppc/instruction-scheduler-ppc.cc |
index fc90cdd628ea01464f0769c95245a22f23f9df15..cbec6cbaa5815f9da6b5656edf2518777f0ce384 100644 |
--- a/src/compiler/ppc/instruction-scheduler-ppc.cc |
+++ b/src/compiler/ppc/instruction-scheduler-ppc.cc |
@@ -81,6 +81,7 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kPPC_Int64ToDouble: |
case kPPC_Uint64ToFloat32: |
case kPPC_Uint64ToDouble: |
+ case kPPC_Int32ToFloat32: |
case kPPC_Int32ToDouble: |
case kPPC_Uint32ToDouble: |
case kPPC_Float32ToDouble: |