Remove dead field
authorChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 02:35:38 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 02:35:38 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18412 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instructions.h

index 892feaa2c41dcd0c9b4c2af21d4487bd933ea081..62e6022ce1a9066377aa2345ed39d412d9e30f42 100644 (file)
@@ -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);