fix an incorrect VT: eflags is always i32. The bug was causing us to
authorChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 00:28:59 +0000 (00:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 00:28:59 +0000 (00:28 +0000)
commitccfea35efb0817267a9b997933207863917a8a85
treeafb546fc3513532b10c4895f0d7a85947d3462d2
parent565a6f94804d12ff637b8c3cfc7752e1d265f3ee
fix an incorrect VT: eflags is always i32.  The bug was causing us to
create an X86ISD::Cmp node with result type i64 on the
CodeGen/X86/shift-i256.ll testcase and the new isel was assert on it
downstream.

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