virtual not needed.

llvm-svn: 33161
This commit is contained in:
Jim Laskey 2007-01-12 23:39:50 +00:00
parent 73497b26cd
commit 3dd792294f
1 changed files with 1 additions and 1 deletions

View 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);