[llvm-commits] CVS: llvm/include/llvm/Instructions.h

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 1 18:35:52 PST 2004



Changes in directory llvm/include/llvm:

Instructions.h updated: 1.9 -> 1.10
---
Log message:

Remove dead field


---
Diffs of the changes:  (+0 -1)

Index: llvm/include/llvm/Instructions.h
diff -u llvm/include/llvm/Instructions.h:1.9 llvm/include/llvm/Instructions.h:1.10
--- llvm/include/llvm/Instructions.h:1.9	Thu Nov 18 11:46:49 2004
+++ llvm/include/llvm/Instructions.h	Wed Dec  1 20:35:38 2004
@@ -357,7 +357,6 @@
 /// le, or ge.
 ///
 class SetCondInst : public BinaryOperator {
-  BinaryOps OpType;
 public:
   SetCondInst(BinaryOps Opcode, Value *LHS, Value *RHS,
 	      const std::string &Name = "", Instruction *InsertBefore = 0);






More information about the llvm-commits mailing list