mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCESSORS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efe65369a7
commit
469a582830
@ -736,15 +736,6 @@ public:
|
||||
virtual void destroyConstant();
|
||||
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
||||
|
||||
/* /// Override methods to provide more type information...
|
||||
inline Constant *getOperand(unsigned i) {
|
||||
return cast<Constant>(User::getOperand(i));
|
||||
}
|
||||
inline Constant *getOperand(unsigned i) const {
|
||||
return const_cast<Constant*>(cast<Constant>(User::getOperand(i)));
|
||||
}*/
|
||||
|
||||
|
||||
/// Methods for support type inquiry through isa, cast, and dyn_cast:
|
||||
static inline bool classof(const ConstantExpr *) { return true; }
|
||||
static inline bool classof(const Value *V) {
|
||||
|
Loading…
Reference in New Issue
Block a user