aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-06 01:30:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-06 01:30:36 +0000
commitba466362c4b82a0a52bb5d877c439b759d86eee0 (patch)
tree8ef96002d14af2df06a6cb7607127bd7e0ac33f7 /include/llvm/Value.h
parent51f31e07f636003388cdac5299ac82ce63c6be15 (diff)
downloadexternal_llvm-ba466362c4b82a0a52bb5d877c439b759d86eee0.zip
external_llvm-ba466362c4b82a0a52bb5d877c439b759d86eee0.tar.gz
external_llvm-ba466362c4b82a0a52bb5d877c439b759d86eee0.tar.bz2
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 91d8912..66dffcb 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -127,7 +127,6 @@ public:
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;