diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 892feaa2c41..62e6022ce1a 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -357,7 +357,6 @@ public: /// le, or ge. /// class SetCondInst : public BinaryOperator { - BinaryOps OpType; public: SetCondInst(BinaryOps Opcode, Value *LHS, Value *RHS, const std::string &Name = "", Instruction *InsertBefore = 0);