| 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 526085847aca2f0482d46cf9253d274ff188b72b..a3bf80e5032f512d3d2f3f92da5707461501c65c 100644
|
| --- a/src/compiler/ppc/instruction-codes-ppc.h
|
| +++ b/src/compiler/ppc/instruction-codes-ppc.h
|
| @@ -88,6 +88,7 @@ namespace compiler {
|
| V(PPC_DoubleToInt32) \
|
| V(PPC_DoubleToUint32) \
|
| V(PPC_DoubleToInt64) \
|
| + V(PPC_DoubleToUint64) \
|
| V(PPC_DoubleToFloat32) \
|
| V(PPC_DoubleExtractLowWord32) \
|
| V(PPC_DoubleExtractHighWord32) \
|
|
|