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 bff0e59 commit aa0095cCopy full SHA for aa0095c
toolchain/check/eval.cpp
@@ -674,7 +674,6 @@ static auto GetConstantValue(EvalContext& eval_context,
674
SemIR::FacetTypeInfo info = GetConstantFacetTypeInfo(
675
eval_context, SemIR::LocId::None,
676
eval_context.facet_types().Get(facet_type_id), phase);
677
- // TODO: Return `facet_type_id` if we can detect nothing has changed.
678
return eval_context.facet_types().Add(info);
679
}
680
0 commit comments