Stop adding bogus operands to variable shifts on X86. These instructions
authorChris Lattner <sabre@nondot.org>
Fri, 19 Aug 2005 00:16:17 +0000 (00:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Aug 2005 00:16:17 +0000 (00:16 +0000)
commitfd444b2a694dd4421d9ac3672f432aa501de17ce
tree26a15c4202c494e43c0fce3755585a07d589bf51
parent73bfa7152481620d60bf63d5397dfe35bbc9c098
Stop adding bogus operands to variable shifts on X86.  These instructions
only take one operand.  The other comes implicitly in through CL.

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