[cfe-commits] r72308 - /cfe/trunk/lib/CodeGen/CGExprAgg.cpp

Mike Stump mrs at apple.com
Fri May 22 19:02:29 PDT 2009


Author: mrs
Date: Fri May 22 21:02:29 2009
New Revision: 72308

URL: http://llvm.org/viewvc/llvm-project?rev=72308&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/lib/CodeGen/CGExprAgg.cpp

Modified: cfe/trunk/lib/CodeGen/CGExprAgg.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGExprAgg.cpp?rev=72308&r1=72307&r2=72308&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGExprAgg.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGExprAgg.cpp Fri May 22 21:02:29 2009
@@ -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());
   }
 }





More information about the cfe-commits mailing list