Use the correct LHS type when determining the legalization of a shift's RHS type.
authorOwen Anderson <resistor@mac.com>
Mon, 7 Mar 2011 18:29:47 +0000 (18:29 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 7 Mar 2011 18:29:47 +0000 (18:29 +0000)
commit6154f6c9292179fab6346ae8336f2ad790b52028
tree5cb28088962822a7073c7629be2d0ca422337fbb
parenta6428a401b4692527dce51ef4318334c0913e17e
Use the correct LHS type when determining the legalization of a shift's RHS type.

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