Instead of enumerating each opcode that isn't handled that
authorDan Gohman <gohman@apple.com>
Tue, 6 May 2008 00:53:29 +0000 (00:53 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 6 May 2008 00:53:29 +0000 (00:53 +0000)
commit54eed371314af403ef8307b386b3b5b46c8aa6fb
treec452eeb6231eff646277b4a68b9da96734e19c14
parent23e1df8b8d1d1fc8b9a20b80a47b0a2fdffe7f84
Instead of enumerating each opcode that isn't handled that
ComputeMaskedBits handles, just use a 'default:'. This avoids
TargetLowering's list getting out of date with SelectionDAG's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50693 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp