| 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 e10eee1aed76b3f82a900f9040b66fea8cb545e4..5d47549fa025a6acc5b66f1015bbbed7059d0c3a 100644
|
| --- a/src/compiler/ppc/instruction-codes-ppc.h
|
| +++ b/src/compiler/ppc/instruction-codes-ppc.h
|
| @@ -76,6 +76,7 @@ namespace compiler {
|
| V(PPC_ExtendSignWord32) \
|
| V(PPC_Uint32ToUint64) \
|
| V(PPC_Int64ToInt32) \
|
| + V(PPC_Int64ToDouble) \
|
| V(PPC_Int32ToDouble) \
|
| V(PPC_Uint32ToDouble) \
|
| V(PPC_Float32ToDouble) \
|
|
|