Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index f957902bc51c8ac0184836e72dc43f2a16430e0d..73ae014a003f7d00f9f8a2d506c54658b8e032de 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -146,6 +146,7 @@ MachineRepresentation StackSlotRepresentationOf(Operator const* op) { |
V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \ |
V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \ |
V(Uint64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \ |
+ V(BitcastWordToTagged, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \ |