Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 083da0d5d4d53aad5134ac4bab261491c7b335f3..feded45666cbe462685c6d4eac9de69aefc1856e 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -1020,6 +1020,8 @@ void InstructionSelector::VisitNode(Node* node) { |
return MarkAsWord32(node), VisitChangeFloat64ToInt32(node); |
case IrOpcode::kChangeFloat64ToUint32: |
return MarkAsWord32(node), VisitChangeFloat64ToUint32(node); |
+ case IrOpcode::kTruncateFloat64ToUint32: |
+ return MarkAsWord32(node), VisitTruncateFloat64ToUint32(node); |
case IrOpcode::kTruncateFloat32ToInt32: |
return MarkAsWord32(node), VisitTruncateFloat32ToInt32(node); |
case IrOpcode::kTruncateFloat32ToUint32: |