From 9f77f61ef31d9b04a2af9c2896e778955ccab281 Mon Sep 17 00:00:00 2001 From: Vasileios Kalintiris Date: Wed, 3 Jun 2015 08:51:30 +0000 Subject: [PATCH] Remove stray semicolon. NFC. llvm-svn: 238908 --- llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index c96a27a..6f6ba72 100644 --- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -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) { -- 2.7.4