forked from OSchip/llvm-project
parent
6d368129c5
commit
a19718af5a
|
@ -661,7 +661,7 @@ void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize the vtable pointer
|
// Initialize the vtable pointer
|
||||||
if (ClassDecl->isPolymorphic() || ClassDecl->getNumVBases()) {
|
if (ClassDecl->isDynamicClass()) {
|
||||||
if (!LoadOfThis)
|
if (!LoadOfThis)
|
||||||
LoadOfThis = LoadCXXThis();
|
LoadOfThis = LoadCXXThis();
|
||||||
llvm::Value *VtableField;
|
llvm::Value *VtableField;
|
||||||
|
|
Loading…
Reference in New Issue