[llvm] r238908 - Remove stray semicolon. NFC.
Vasileios Kalintiris
Vasileios.Kalintiris at imgtec.com
Wed Jun 3 01:51:30 PDT 2015
Author: vkalintiris
Date: Wed Jun 3 03:51:30 2015
New Revision: 238908
URL: http://llvm.org/viewvc/llvm-project?rev=238908&view=rev
Log:
Remove stray semicolon. NFC.
Modified:
llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp?rev=238908&r1=238907&r2=238908&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp Wed Jun 3 03:51:30 2015
@@ -2238,7 +2238,7 @@ static void RemoveDerefAttrAtIndex(LLVMC
if (!R.empty())
AH.setAttributes(AH.getAttributes().removeAttributes(
Ctx, Index, AttributeSet::get(Ctx, Index, R)));
-};
+}
void
RewriteStatepointsForGC::stripDereferenceabilityInfoFromPrototype(Function &F) {
More information about the llvm-commits
mailing list