Ensure ConstExpr constants are unique.

llvm-svn: 2910
This commit is contained in:
Vikram S. Adve 2002-07-15 18:20:50 +00:00
parent 4c48533b57
commit 47265143a9
1 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ protected:
const std::vector<Value*>& IdxList, const Type *Ty);
~ConstantExpr() {}
virtual void destroyConstant() { destroyConstantImpl(); }
virtual void destroyConstant();
public:
// Static methods to construct a ConstantExpr of different kinds.