Skip to content

Commit

Permalink
Update TODO to match discussion in carbon-language#3133.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid committed Aug 22, 2023
1 parent b8f6d4d commit 6f4a450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/semantics/semantics_ir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ auto GetSemanticsInitializingRepresentation(const SemanticsIR& semantics_ir,
return {.kind = SemanticsInitializingRepresentation::None};

case SemanticsValueRepresentation::Copy:
// TODO: Use in-place initialization for types that have a non-trivial
// destructor.
// TODO: Use in-place initialization for types that have non-trivial
// destructive move.
return {.kind = SemanticsInitializingRepresentation::ByCopy};

case SemanticsValueRepresentation::Pointer:
Expand Down

0 comments on commit 6f4a450

Please sign in to comment.