diff options
author | David Greene <greened@obbligato.org> | 2009-06-24 22:22:02 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-06-24 22:22:02 +0000 |
commit | 02a6218774832508a4d1ef2998dc60f69a55729a (patch) | |
tree | 5243e8a3282ad95d75fd257529c1f5118a82f1e4 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 2e69310fd272b9e2cc51c03f804aeb6a829621c4 (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/DwarfDebug.cpp')
0 files changed, 0 insertions, 0 deletions