Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index cccc76b4358027d2cc6811d7c4859e6ed93f4274..2c1db33d378b4f13e3d1cb5dff44beb1a3791ce0 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -473,6 +473,8 @@ class RepresentationSelector { |
SetOutput(node, kRepTagged | changer_->TypeFromUpperBound(upper)); |
return; |
} |
+ case IrOpcode::kAlways: |
+ return VisitLeaf(node, kRepBit); |
case IrOpcode::kInt32Constant: |
return VisitLeaf(node, kRepWord32); |
case IrOpcode::kInt64Constant: |