Fix a problem where were were literally selecting for INCREASED register
authorChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 17:24:34 +0000 (17:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 17:24:34 +0000 (17:24 +0000)
commitc3c021bcadd580a0764e12527f58a94389ae81ce
treeba4e7a579f776863f3e86f7f35c7dd78fd1510e3
parent2a6e163edc2f5c81ad1f4c527c354b1a727676b7
Fix a problem where were were literally selecting for INCREASED register
pressure, not decreases register pressure.  Fix problem where we accidentally
swapped the operands of SHLD, which caused fourinarow to fail.  This fixes
fourinarow.

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