Supply a default 'operator=' method.
[oota-llvm.git] / include / llvm / Instruction.h
index c85eda28f42ed70b705553bae05cab6997e1b309..8aa8a56bf825bd35e24794bf9baf57cb60e74c6a 100644 (file)
@@ -310,7 +310,6 @@ public:
   
   
   /// Methods for support type inquiry through isa, cast, and dyn_cast:
-  static inline bool classof(const Instruction *) { return true; }
   static inline bool classof(const Value *V) {
     return V->getValueID() >= Value::InstructionVal;
   }