From a05ec71f45dfc9b8ce34718cd24c1209e2924b60 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Dec 2004 02:35:38 +0000 Subject: [PATCH] Remove dead field git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18412 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 1 - 1 file changed, 1 deletion(-) 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);