aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-24 22:22:02 +0000
committerDavid Greene <greened@obbligato.org>2009-06-24 22:22:02 +0000
commit02a6218774832508a4d1ef2998dc60f69a55729a (patch)
tree5243e8a3282ad95d75fd257529c1f5118a82f1e4 /lib/CodeGen/AsmPrinter/DIE.cpp
parent2e69310fd272b9e2cc51c03f804aeb6a829621c4 (diff)
Increase limit for OpActions array
The OpActions array had a limit of 32 value types, so change it to use MVT::MAX_ALLOWED_VALUETYPE in its declaration and change the accesses to this array to work with a VT.getSimpleVT() that is larger than 32. Also, add a comment to the place where MVT::MAX_ALLOWED_VALUETYPE is defined indicating that it must be a multiple of 32. This is part of the work allow MVT::LAST_VALUETYPE be greater than 32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
0 files changed, 0 insertions, 0 deletions