Fix a case where were incorrectly compiled cast from short to int on 64-bit
authorChris Lattner <sabre@nondot.org>
Fri, 4 Feb 2005 18:39:19 +0000 (18:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Feb 2005 18:39:19 +0000 (18:39 +0000)
commit595dc5408ad809b9a9a417db275c43242e54b8dc
tree594179e2390f8475306dd9785f24c153f8eea455
parent440e688b8d064fcaf0e4b4647a695e2322c04f2e
Fix a case where were incorrectly compiled cast from short to int on 64-bit
targets.

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