diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-08 06:54:20 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-08 06:54:20 +0000 |
commit | ceb9bb3038c830f446bd761568e724fa9c0e0d69 (patch) | |
tree | 71fab8bdb7cbdecd5d9b9860b80557689acea1fe /lib/CodeGen/CGCXX.cpp | |
parent | 77a259c6dbf582949af8a243b472c0c7faa373a6 (diff) |
Build fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCXX.cpp')
-rw-r--r-- | lib/CodeGen/CGCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCXX.cpp b/lib/CodeGen/CGCXX.cpp index bd166d08ef..81b061a48d 100644 --- a/lib/CodeGen/CGCXX.cpp +++ b/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) { |