diff options
Diffstat (limited to 'llvm/lib/IR/Attributes.cpp')
-rw-r--r-- | llvm/lib/IR/Attributes.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/IR/Attributes.cpp b/llvm/lib/IR/Attributes.cpp index c4759f8..3cade80 100644 --- a/llvm/lib/IR/Attributes.cpp +++ b/llvm/lib/IR/Attributes.cpp @@ -1803,7 +1803,8 @@ AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, .addAttribute(Attribute::ByVal) .addAttribute(Attribute::StructRet) .addAttribute(Attribute::ByRef) - .addAttribute(Attribute::ElementType); + .addAttribute(Attribute::ElementType) + .addAttribute(Attribute::AllocatedPointer); } // Attributes that only apply to pointers or vectors of pointers. |