Remove checks of getTypeAction from LegalizeOp; we already assert that
authorEli Friedman <eli.friedman@gmail.com>
Sun, 24 May 2009 08:42:01 +0000 (08:42 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 24 May 2009 08:42:01 +0000 (08:42 +0000)
commit957bffaeca6a0e2ccc684d753df1d87e8e053fe2
tree623cd09ff4d4fa9e9d08516dfe23b0ac341e096c
parent1fde9c5f771922f12fefc903850c4eca303297d9
Remove checks of getTypeAction from LegalizeOp; we already assert that
all results and all operands are legal, so this change shouldn't affect
behavior at all.

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