diff options
| author | Anders Carlsson <andersca@mac.com> | 2010-02-14 00:44:19 +0000 |
|---|---|---|
| committer | Anders Carlsson <andersca@mac.com> | 2010-02-14 00:44:19 +0000 |
| commit | 073a0c88ccbd33b44281555cd1dd9b4a07e9cc06 (patch) | |
| tree | 943df269a1fd321a5bd867d93867216712fa0e7f /clang/lib/CodeGen/CGVtable.cpp | |
| parent | 6a7e6a4c3ca3ce9ebc3fca00626da4eccd8a8cc3 (diff) | |
| download | bcm5719-llvm-073a0c88ccbd33b44281555cd1dd9b4a07e9cc06.tar.gz bcm5719-llvm-073a0c88ccbd33b44281555cd1dd9b4a07e9cc06.zip | |
Build fix.
llvm-svn: 96140
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, |

