Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 7db6555cbaf7918e46a3286ec0f3eb0dabe6515e..8d9d782e71ae72d7bf76e2106ec9ed0f8460ce2a 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -828,7 +828,11 @@ void InstructionSelector::VisitTruncateFloat32ToInt64(Node* node) { |
} |
-void InstructionSelector::VisitTruncateFloat64ToInt64(Node* node) { |
+void InstructionSelector::VisitTryTruncateFloat64ToInt64(Node* node) { |
+ if (NodeProperties::FindProjection(node, 1)) { |
+ // TODO(mips): implement the second return value. |
+ UNIMPLEMENTED(); |
+ } |
VisitRR(this, kMips64TruncLD, node); |
} |