parent
6eea886b9e
commit
50d4abd24c
|
|
@ -44,7 +44,8 @@ const llvm::Type *CodeGenFunction::ConvertType(QualType T) {
|
|||
}
|
||||
|
||||
bool CodeGenFunction::hasAggregateLLVMType(QualType T) {
|
||||
return !T->isRealType() && !T->isPointerType() && !T->isVoidType();
|
||||
return !T->isRealType() && !T->isPointerType() && !T->isVoidType() &&
|
||||
!T->isVectorType();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue