diff options
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 3fc7135b8b3..878e563d847 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp @@ -141,7 +141,7 @@ private:    /// 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, | 

