Eliminate use of magic numbers to access OpActions. It also has the effect of allowin...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 13 May 2010 23:25:21 +0000 (23:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 13 May 2010 23:25:21 +0000 (23:25 +0000)
commitb9c0e332b31c8834ef455dcf5fbd73803720110c
treeddab4a22b79caa27aa11bf5c934afe04496fb834
parentb21f5a55117b1fb8640aebb431c8d10e1719e509
Eliminate use of magic numbers to access OpActions. It also has the effect of allowing more than 31 scalar value types. MAX_ALLOWED_VALUETYPE had already been updated to 64 a while back.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103743 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h