commit | 9f77f61ef31d9b04a2af9c2896e778955ccab281 | [log] [tgz] |
---|---|---|
author | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | Wed Jun 03 08:51:30 2015 +0000 |
committer | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | Wed Jun 03 08:51:30 2015 +0000 |
tree | f9f021f912a5b35c350d4ae55fc0f4446deb01b8 | |
parent | 81dbb564a14ff7a162ae920456f064e865294ed0 [diff] |
Remove stray semicolon. NFC. llvm-svn: 238908
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 @@ if (!R.empty()) AH.setAttributes(AH.getAttributes().removeAttributes( Ctx, Index, AttributeSet::get(Ctx, Index, R))); -}; +} void RewriteStatepointsForGC::stripDereferenceabilityInfoFromPrototype(Function &F) {