Fix a major bug in setcc/cmov folding, where we accidentally
authorChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 03:37:59 +0000 (03:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 03:37:59 +0000 (03:37 +0000)
commita3aa2e288287da2479be3931707c9e5ca48585a2
treeb424701bdd47ba2e204145ad2dbd33ea9a8d1c25
parent1133309e57a82347666932e042eeb138e269da80
Fix a major bug in setcc/cmov folding, where we accidentally
inverted the sense of the comparison.

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