1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove extraneous ';'.

llvm-svn: 156791
This commit is contained in:
Bill Wendling 2012-05-15 00:41:56 +00:00
parent 6652e4ae4b
commit 36335d9da3

View File

@ -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.