summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLoopInfo.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
commit08d3ac17f0f76eec73645199f313533a7e0e96b5 (patch)
tree84d7bff803d490c2b077b0b9601d69d91fca159b /llvm/lib/CodeGen/MachineLoopInfo.cpp
parent8e62b5f3392f463762f5fc1e8fff998970ee02dc (diff)
downloadbcm5719-llvm-08d3ac17f0f76eec73645199f313533a7e0e96b5.tar.gz
bcm5719-llvm-08d3ac17f0f76eec73645199f313533a7e0e96b5.zip
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. llvm-svn: 74130
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud