From ecb3f43d644962d904bac16e25af07aa9156e56e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 15 May 2012 00:41:56 +0000 Subject: [PATCH] Remove extraneous ';'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/NVPTX/NVPTXSection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/NVPTX/NVPTXSection.h b/lib/Target/NVPTX/NVPTXSection.h index 72aad7a014e..f1ca466266f 100644 --- a/lib/Target/NVPTX/NVPTXSection.h +++ b/lib/Target/NVPTX/NVPTXSection.h @@ -27,7 +27,7 @@ class NVPTXSection : public MCSection { public: NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {} - ~NVPTXSection() {}; + ~NVPTXSection() {} /// Override this as NVPTX has its own way of printing switching /// to a section.