summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-03-24 03:57:14 +0000
committerAnders Carlsson <andersca@mac.com>2010-03-24 03:57:14 +0000
commitb35ea55e2e3b5ac7e0e450ee32f9823c2c5b6c25 (patch)
treeb10c64d62432a2893dee915e24e4f88fe90162a2 /clang/lib/CodeGen/CodeGenFunction.h
parent7c969558d9fcf893f6c1abc77b29dfc3285770ce (diff)
downloadbcm5719-llvm-b35ea55e2e3b5ac7e0e450ee32f9823c2c5b6c25.tar.gz
bcm5719-llvm-b35ea55e2e3b5ac7e0e450ee32f9823c2c5b6c25.zip
More vtable work; preparations for moving over to the new vtable layout code (finally).
llvm-svn: 99381
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index cc5104516d3..f5c25b275e8 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -513,7 +513,7 @@ public:
void InitializeVtablePtrsRecursive(const CXXRecordDecl *ClassDecl,
llvm::Constant *Vtable,
- CodeGenVTables::AddrSubMap_t& AddressPoints,
+ const CodeGenVTables::AddrSubMap_t& AddressPoints,
llvm::Value *ThisPtr,
uint64_t Offset);
OpenPOWER on IntegriCloud