Fix PR1325: Case range optimization was performed in the case it
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 14 Apr 2007 13:25:55 +0000 (13:25 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 14 Apr 2007 13:25:55 +0000 (13:25 +0000)
commite01017bba4f44ab65eba11fd065c9cd16b5edb33
tree0e00cdbaa95fda8271e657dcc497b5ac972ef9c6
parentb0a1cbff0d9893631fb0a9ad5c6f4d0766645199
Fix PR1325: Case range optimization was performed in the case it
shouldn't. Also fix some "latent" bug on 64-bit platforms

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35990 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll [new file with mode: 0644]