mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove extraneous ';'.
llvm-svn: 156791
This commit is contained in:
parent
6652e4ae4b
commit
36335d9da3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user