virtual not needed.
authorJim Laskey <jlaskey@mac.com>
Fri, 12 Jan 2007 23:39:50 +0000 (23:39 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 12 Jan 2007 23:39:50 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33161 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index e8ded56dcff490348c7c1eca18476ab1299a9b29..96dc101f378f47860b4fb17a766dc7b9a3263aa7 100644 (file)
@@ -362,7 +362,7 @@ public:
   /// is set to all ones.
   /// @returns true iff this constant's emements are all set to all ones.
   /// @brief Determine if the value is all ones.
-  virtual bool isAllOnesValue() const;
+  bool isAllOnesValue() const;
 
   virtual void destroyConstant();
   virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);