[llvm-commits] CVS: llvm/include/llvm/Constants.h
Jim Laskey
jlaskey at apple.com
Fri Jan 12 15:40:05 PST 2007
Changes in directory llvm/include/llvm:
Constants.h updated: 1.118 -> 1.119
---
Log message:
virtual not needed.
---
Diffs of the changes: (+1 -1)
Constants.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.118 llvm/include/llvm/Constants.h:1.119
--- llvm/include/llvm/Constants.h:1.118 Fri Jan 12 16:39:14 2007
+++ llvm/include/llvm/Constants.h Fri Jan 12 17:39:50 2007
@@ -362,7 +362,7 @@
/// 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);
More information about the llvm-commits
mailing list