summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.h
diff options
context:
space:
mode:
authormike-m <mikem.llvm@gmail.com>2010-05-18 21:22:12 +0000
committermike-m <mikem.llvm@gmail.com>2010-05-18 21:22:12 +0000
commiteb75870206f8be5b4a755199471f33459fd890aa (patch)
tree12e56b5c20fbb7cfa4edad7fdddee6b7a4440191 /include/llvm/CodeGen/ValueTypes.h
parent4d01cbe93b0e1a349b5c2881f1b319963f9e0504 (diff)
downloadllvm-eb75870206f8be5b4a755199471f33459fd890aa.tar.gz
llvm-eb75870206f8be5b4a755199471f33459fd890aa.tar.bz2
llvm-eb75870206f8be5b4a755199471f33459fd890aa.tar.xz
Fix enum to address array bounds regression.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ValueTypes.h')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index 2d4760d336..6e2a102274 100644
--- a/include/llvm/CodeGen/ValueTypes.h
+++ b/include/llvm/CodeGen/ValueTypes.h
@@ -78,7 +78,7 @@ namespace llvm {
isVoid = 34, // This has no value
- LAST_VALUETYPE = 34, // This always remains at the end of the list.
+ LAST_VALUETYPE = 35, // This always remains at the end of the list.
// This is the current maximum for LAST_VALUETYPE.
// EVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors