| Index: src/compiler/ppc/instruction-codes-ppc.h
 | 
| diff --git a/src/compiler/ppc/instruction-codes-ppc.h b/src/compiler/ppc/instruction-codes-ppc.h
 | 
| index a3bf80e5032f512d3d2f3f92da5707461501c65c..644dbbcd28989b7b9afc4482fbb0a7b42c39d33d 100644
 | 
| --- a/src/compiler/ppc/instruction-codes-ppc.h
 | 
| +++ b/src/compiler/ppc/instruction-codes-ppc.h
 | 
| @@ -82,6 +82,7 @@ namespace compiler {
 | 
|    V(PPC_Int64ToDouble)             \
 | 
|    V(PPC_Uint64ToFloat32)           \
 | 
|    V(PPC_Uint64ToDouble)            \
 | 
| +  V(PPC_Int32ToFloat32)            \
 | 
|    V(PPC_Int32ToDouble)             \
 | 
|    V(PPC_Uint32ToDouble)            \
 | 
|    V(PPC_Float32ToDouble)           \
 | 
| 
 |