Fix a problem where constant expr shifts would not have their shift amount
authorChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 17:28:31 +0000 (17:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 17:28:31 +0000 (17:28 +0000)
commit8f03405ee57094d627c342fb6087399a30009a02
treeadf368280a1e15ebe6442872ac0ec40576e70144
parent4c23c5b330e96fd445dd3a9e0d80e90b28c1994d
Fix a problem where constant expr shifts would not have their shift amount
promoted to the right type.  This fixes: IA64/2005-08-22-LegalizerCrash.ll

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