From: Chris Lattner Date: Thu, 2 Dec 2004 02:35:38 +0000 (+0000) Subject: Remove dead field X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a05ec71f45dfc9b8ce34718cd24c1209e2924b60;p=oota-llvm.git Remove dead field git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18412 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);