projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c3f3b
)
Remove extraneous ';'.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 15 May 2012 00:41:56 +0000
(
00:41
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 15 May 2012 00:41:56 +0000
(
00:41
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/NVPTX/NVPTXSection.h
patch
|
blob
|
history
diff --git
a/lib/Target/NVPTX/NVPTXSection.h
b/lib/Target/NVPTX/NVPTXSection.h
index 72aad7a014e3cb02cc663b5c945f5dc4e45eb8d3..f1ca466266f6363f41b34e014007362c26441c6f 100644
(file)
--- 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.