Skip to content

Commit

Permalink
Checkpoint progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh11b committed Nov 16, 2024
1 parent e320f21 commit e2c97ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions toolchain/check/eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,9 @@ static auto TryEvalInstInContext(EvalContext& eval_context,
return eval_context.GetConstantValue(typed_inst.init_id);
}
case CARBON_KIND(SemIR::FacetAccessType typed_inst): {
// FIXME: Once we start tracking the witness in the facet value, remove it
// here. For now, we model a facet value as just a type.
// TODO: Once we start producing non-symbolic facet values, we need to
// remove the witness here. For now, we model a facet value as just a
// type.
return eval_context.GetConstantValue(typed_inst.facet_value_inst_id);
}
case CARBON_KIND(SemIR::WhereExpr typed_inst): {
Expand Down

0 comments on commit e2c97ff

Please sign in to comment.