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

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 16 15:05:10 PDT 2005



Changes in directory llvm/include/llvm:

Value.h updated: 1.76 -> 1.77
---
Log message:

remove a dead enum value, making a comment above correct again


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

 Value.h |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/include/llvm/Value.h
diff -u llvm/include/llvm/Value.h:1.76 llvm/include/llvm/Value.h:1.77
--- llvm/include/llvm/Value.h:1.76	Thu Apr 21 15:11:51 2005
+++ llvm/include/llvm/Value.h	Tue Aug 16 17:04:58 2005
@@ -148,7 +148,6 @@
     ConstantAggregateZeroVal, // This is an instance of ConstantAggregateNull
     SimpleConstantVal,        // This is some other type of Constant
     InstructionVal,           // This is an instance of Instruction
-    ValueListVal              // This is for bcreader, a special ValTy
   };
   unsigned getValueType() const {
     return SubclassID;






More information about the llvm-commits mailing list