summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit8b5c0e4af2e5f1d30a09b6855abbb888c913fdd7 (patch)
tree2903ae644d9f43dfa502f02705f476af691bc56f /llvm/lib
parent4773e67e0b2a5cf979189d9ce153ffb4d7c34e50 (diff)
downloadbcm5719-llvm-8b5c0e4af2e5f1d30a09b6855abbb888c913fdd7.tar.gz
bcm5719-llvm-8b5c0e4af2e5f1d30a09b6855abbb888c913fdd7.zip
Remove extraneous ';'.
llvm-svn: 156791
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/NVPTX/NVPTXSection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/NVPTX/NVPTXSection.h b/llvm/lib/Target/NVPTX/NVPTXSection.h
index 72aad7a014e..f1ca466266f 100644
--- a/llvm/lib/Target/NVPTX/NVPTXSection.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud