diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-15 00:41:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-15 00:41:56 +0000 |
commit | ecb3f43d644962d904bac16e25af07aa9156e56e (patch) | |
tree | 266ca53a7ce86c68ba257829c32c56ad5678d5ee /lib/Target | |
parent | f9c3f3b8a8702e0d98be5fb9cd5428c49c7164a2 (diff) | |
download | external_llvm-ecb3f43d644962d904bac16e25af07aa9156e56e.zip external_llvm-ecb3f43d644962d904bac16e25af07aa9156e56e.tar.gz external_llvm-ecb3f43d644962d904bac16e25af07aa9156e56e.tar.bz2 |
Remove extraneous ';'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/NVPTX/NVPTXSection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/NVPTX/NVPTXSection.h b/lib/Target/NVPTX/NVPTXSection.h index 72aad7a..f1ca466 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. |