| Index: src/compiler/ppc/instruction-selector-ppc.cc
|
| diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc
|
| index e22581088f6f5a1f40fe846f79b6cd216755435f..d6d8aa7598ca90a15ffcb487f7c3b1fdd3b73c71 100644
|
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
|
| @@ -927,11 +927,6 @@
|
|
|
|
|
| #if V8_TARGET_ARCH_PPC64
|
| -void InstructionSelector::VisitTruncateFloat32ToInt64(Node* node) {
|
| - UNIMPLEMENTED();
|
| -}
|
| -
|
| -
|
| void InstructionSelector::VisitTruncateFloat64ToInt64(Node* node) {
|
| VisitRR(this, kPPC_DoubleToInt64, node);
|
| }
|
|
|