Implement MipsTargetLowering::CanLowerReturn.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSection.h
index 72aad7a014e3cb02cc663b5c945f5dc4e45eb8d3..f1ca466266f6363f41b34e014007362c26441c6f 100644 (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.