Skip to content

Commit

Permalink
rm space
Browse files Browse the repository at this point in the history
  • Loading branch information
gitoleg committed Dec 28, 2023
1 parent ec7dc9a commit b26dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CIR/CodeGen/CIRGenExprAgg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void AggExprEmitter::buildFinalDestCopy(QualType type, const LValue &src,
if (Dest.isIgnored())
return;

// Copy non-trivial C structs here.
// Copy non-trivial C structs here.
if (Dest.isVolatile())
assert(!UnimplementedFeature::volatileTypes());

Expand Down

0 comments on commit b26dc54

Please sign in to comment.