[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Option / Option.h
index 03d4774829fbc618523eebe90cdf4a25ca613727..09be26c7cf203f234c9af96062c52e7d0e8febeb 100644 (file)
@@ -70,10 +70,9 @@ protected:
 
 public:
   Option(const OptTable::Info *Info, const OptTable *Owner);
-  ~Option();
 
   bool isValid() const {
-    return Info != 0;
+    return Info != nullptr;
   }
 
   unsigned getID() const {