forked from OSchip/llvm-project
parent
478f6baf0d
commit
d334a43a86
|
@ -173,6 +173,8 @@ Function::Function(const FunctionType *Ty, LinkageTypes Linkage,
|
|||
// Ensure intrinsics have the right parameter attributes.
|
||||
if (unsigned IID = getIntrinsicID(true))
|
||||
setParamAttrs(Intrinsic::getParamAttrs(Intrinsic::ID(IID)));
|
||||
|
||||
Notes = 0;
|
||||
}
|
||||
|
||||
Function::~Function() {
|
||||
|
|
Loading…
Reference in New Issue