diff options
Diffstat (limited to 'lib/CodeGen/CGExprAgg.cpp')
-rw-r--r-- | lib/CodeGen/CGExprAgg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprAgg.cpp b/lib/CodeGen/CGExprAgg.cpp index 92e535a5f0..81e1a12de7 100644 --- a/lib/CodeGen/CGExprAgg.cpp +++ b/lib/CodeGen/CGExprAgg.cpp @@ -252,7 +252,7 @@ void AggExprEmitter::VisitBinAssign(const BinaryOperator *E) { if (DestPtr == 0) return; - // If the result of the assignment is used, copy the RHS there also. + // If the result of the assignment is used, copy the LHS there also. CGF.EmitAggregateCopy(DestPtr, LHS.getAddress(), E->getType()); } } |