Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index c0dda8c15f4b8d50d6e4f345227abe34e31404cc..39246df24609db6d039b5a78459cf5a97662b701 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -500,8 +500,6 @@ 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: |