We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab2139 commit 0f601c3Copy full SHA for 0f601c3
pkg/compiler/lib/src/ssa/nodes.dart
@@ -4088,9 +4088,6 @@ class HTypeKnown extends HCheck {
4088
4089
bool isRedundant(JClosedWorld closedWorld) {
4090
AbstractValueDomain abstractValueDomain = closedWorld.abstractValueDomain;
4091
- if (abstractValueDomain.containsAll(knownType).isPotentiallyTrue) {
4092
- return false;
4093
- }
4094
AbstractValue inputType = checkedInput.instructionType;
4095
return abstractValueDomain.isIn(inputType, knownType).isDefinitelyTrue;
4096
}
0 commit comments