From: Bill Wendling Date: Tue, 15 May 2012 00:41:56 +0000 (+0000) Subject: Remove extraneous ';'. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ecb3f43d644962d904bac16e25af07aa9156e56e;p=oota-llvm.git Remove extraneous ';'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.