commit | a35af82429e117ec98df9599a350267a63251cf4 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Sat May 23 02:02:29 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Sat May 23 02:02:29 2009 +0000 |
tree | 982584b635780e7721006a7ee9a9437342087ce5 | |
parent | 20e2630877ce03b1f50be30c701e9a6cee4de0ff [diff] [blame] |
Fix typo. llvm-svn: 72308
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp index 92e535a..81e1a12 100644 --- a/clang/lib/CodeGen/CGExprAgg.cpp +++ b/clang/lib/CodeGen/CGExprAgg.cpp
@@ -252,7 +252,7 @@ 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()); } }