Fix SingleSource/Regression/C/2005-05-06-LongLongSignedShift.c, we were not
authorChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2005 20:59:35 +0000 (20:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2005 20:59:35 +0000 (20:59 +0000)
commit6d027f2e6fb2d25603eeaccfca71d5d576367a6d
tree23304cf671b76feac734bc9d99e1f1be6747872c
parent3a46221d0b09992d55850a51dc9f50f68f5be6cd
Fix SingleSource/Regression/C/2005-05-06-LongLongSignedShift.c, we were not
properly sign extending the top of the result of a 64-bit shift right by
a constant > 32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21120 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelSimple.cpp