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 23cef42a3c0..efad6289c02 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp @@ -138,7 +138,7 @@ private:    /// AddOverriders - Add the final overriders for this base subobject to the    /// map of final overriders.   -  void AddOverriders(BaseSubobject Base,uint64_t OffsetInLayoutClass, +  void AddOverriders(BaseSubobject Base, uint64_t OffsetInLayoutClass,                       SubobjectOffsetsMapTy &Offsets);    /// PropagateOverrider - Propagate the NewMD overrider to all the functions  | 

