DIBuilder: Delete dead code, NFC
[oota-llvm.git] / include / llvm / IR / Constant.h
index 019e2b93380e36a0cf44d5c8fe0cc6ef87caf9f1..d26991eaab757bc40ecab82e09f72ec5ee8882fc 100644 (file)
@@ -69,6 +69,9 @@ public:
   /// Return true if the value is negative zero or null value.
   bool isZeroValue() const;
 
+  /// \brief Return true if the value is not the smallest signed value.
+  bool isNotMinSignedValue() const;
+
   /// \brief Return true if the value is the smallest signed value.
   bool isMinSignedValue() const;