summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXSection.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-05-15 00:41:56 +0000
committerBill Wendling <isanbard@gmail.com>2012-05-15 00:41:56 +0000
commitecb3f43d644962d904bac16e25af07aa9156e56e (patch)
tree266ca53a7ce86c68ba257829c32c56ad5678d5ee /lib/Target/NVPTX/NVPTXSection.h
parentf9c3f3b8a8702e0d98be5fb9cd5428c49c7164a2 (diff)
downloadllvm-ecb3f43d644962d904bac16e25af07aa9156e56e.tar.gz
llvm-ecb3f43d644962d904bac16e25af07aa9156e56e.tar.bz2
llvm-ecb3f43d644962d904bac16e25af07aa9156e56e.tar.xz
Remove extraneous ';'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/NVPTX/NVPTXSection.h')
-rw-r--r--lib/Target/NVPTX/NVPTXSection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/NVPTX/NVPTXSection.h b/lib/Target/NVPTX/NVPTXSection.h
index 72aad7a014..f1ca466266 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.