Remove stray semicolon. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vasileios Kalintiris 2015-06-03 08:51:30 +00:00
parent dd5cde6e60
commit aa17b5dd2d

View File

@ -2238,7 +2238,7 @@ static void RemoveDerefAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH,
if (!R.empty())
AH.setAttributes(AH.getAttributes().removeAttributes(
Ctx, Index, AttributeSet::get(Ctx, Index, R)));
};
}
void
RewriteStatepointsForGC::stripDereferenceabilityInfoFromPrototype(Function &F) {