aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-02-14 00:44:19 +0000
committerAnders Carlsson <andersca@mac.com>2010-02-14 00:44:19 +0000
commit8f7af125c0dddb73dfda2ddb6b5c61d61a15cb15 (patch)
treecd5a5aedd78223b967a11caa896a86032ed14aae /lib/CodeGen/CGVtable.cpp
parent9d6f0d551bbd08036baef2b892e31b87fc7e4322 (diff)
Build fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index 3fc7135b8b..878e563d84 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/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,