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

LLVM llvm at cs.uiuc.edu
Mon Jul 5 20:32:01 PDT 2004


Changes in directory llvm/include/llvm:

Value.h updated: 1.54 -> 1.55

---
Log message:

Remove definition and use of OtherVal enumerator. This just fixes a thinko.


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

Index: llvm/include/llvm/Value.h
diff -u llvm/include/llvm/Value.h:1.54 llvm/include/llvm/Value.h:1.55
--- llvm/include/llvm/Value.h:1.54	Sun Jul  4 05:52:28 2004
+++ llvm/include/llvm/Value.h	Mon Jul  5 20:30:36 2004
@@ -127,7 +127,6 @@
     GlobalVariableVal,      // This is an instance of GlobalVariable
     ConstantVal,            // This is an instance of Constant
     InstructionVal,         // This is an instance of Instruction
-    OtherVal,               // This is an instance of something else
   };
   unsigned getValueType() const {
     return SubclassID;





More information about the llvm-commits mailing list