summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-12-08 06:54:20 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-12-08 06:54:20 +0000
commit80888c7b38bdfc0925893ba74c06c10606a1a535 (patch)
treee8d9792467d8ec0c759a1570a4c53a2eb3c15edd /clang/lib
parentbb5008a32ac913144ba8721eb99f09f55389de3b (diff)
downloadbcm5719-llvm-80888c7b38bdfc0925893ba74c06c10606a1a535.tar.gz
bcm5719-llvm-80888c7b38bdfc0925893ba74c06c10606a1a535.zip
Build fix.
llvm-svn: 90841
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp
index bd166d08efe..81b061a48db 100644
--- a/clang/lib/CodeGen/CGCXX.cpp
+++ b/clang/lib/CodeGen/CGCXX.cpp
@@ -1814,7 +1814,7 @@ void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD,
PopCXXTemporary();
}
- InitializeVtablePtr(ClassDecl);
+ InitializeVtablePtrs(ClassDecl);
}
void CodeGenFunction::InitializeVtablePtrs(const CXXRecordDecl *ClassDecl) {
OpenPOWER on IntegriCloud