[cfe-commits] r96140 - /cfe/trunk/lib/CodeGen/CGVtable.cpp

Anders Carlsson andersca at mac.com
Sat Feb 13 16:44:19 PST 2010


Author: andersca
Date: Sat Feb 13 18:44:19 2010
New Revision: 96140

URL: http://llvm.org/viewvc/llvm-project?rev=96140&view=rev
Log:
Build fix.

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

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

==============================================================================
--- cfe/trunk/lib/CodeGen/CGVtable.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGVtable.cpp Sat Feb 13 18:44:19 2010
@@ -141,7 +141,7 @@
   
   /// ComputeThisAdjustmentBaseOffset - Compute the base offset for adjusting
   /// the 'this' pointer from the base subobject to the derived subobject.
-  BaseOffset ComputeThisAdjustmentBaseOffset(BaseSubobject BaseSubobject,
+  BaseOffset ComputeThisAdjustmentBaseOffset(BaseSubobject Base,
                                              BaseSubobject Derived);
                                              
   static void MergeSubobjectOffsets(const SubobjectOffsetsMapTy &NewOffsets,





More information about the cfe-commits mailing list