commit | 80888c7b38bdfc0925893ba74c06c10606a1a535 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue Dec 08 06:54:20 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue Dec 08 06:54:20 2009 +0000 |
tree | e8d9792467d8ec0c759a1570a4c53a2eb3c15edd | |
parent | bb5008a32ac913144ba8721eb99f09f55389de3b [diff] [blame] |
Build fix. llvm-svn: 90841
diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp index bd166d0..81b061a 100644 --- a/clang/lib/CodeGen/CGCXX.cpp +++ b/clang/lib/CodeGen/CGCXX.cpp
@@ -1814,7 +1814,7 @@ PopCXXTemporary(); } - InitializeVtablePtr(ClassDecl); + InitializeVtablePtrs(ClassDecl); } void CodeGenFunction::InitializeVtablePtrs(const CXXRecordDecl *ClassDecl) {