Fix X86FastISel's shift and select code to reject illegal types.
authorDan Gohman <gohman@apple.com>
Fri, 5 Sep 2008 21:27:34 +0000 (21:27 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 5 Sep 2008 21:27:34 +0000 (21:27 +0000)
commitf58cb6d224999631e54537dd04232ec9bb570b14
tree4592f9f40096f6d25a2935a7349ee0215af91dd0
parent852680a8fa4d70055177c7e1d9b0b43f218064d5
Fix X86FastISel's shift and select code to reject illegal types.

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