aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-02 02:35:38 +0000
committerChris Lattner <sabre@nondot.org>2004-12-02 02:35:38 +0000
commita05ec71f45dfc9b8ce34718cd24c1209e2924b60 (patch)
treeac47d1c1dda8042070c191aefcd6b1db3fee38bf /include/llvm/Instructions.h
parent25f89656b0fbc764e24ffec55152bbbda4a22ef5 (diff)
downloadexternal_llvm-a05ec71f45dfc9b8ce34718cd24c1209e2924b60.zip
external_llvm-a05ec71f45dfc9b8ce34718cd24c1209e2924b60.tar.gz
external_llvm-a05ec71f45dfc9b8ce34718cd24c1209e2924b60.tar.bz2
Remove dead field
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r--include/llvm/Instructions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index 892feaa..62e6022 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);