diff options
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 892feaa2c4..62e6022ce1 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); |