From aa17b5dd2d63a28604cac8a03dc639b38ef8e606 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238908 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index c96a27a35c9..6f6ba72c6e6 100644 --- a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/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.11.0