LHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc. So the operands must be
authorEvan Cheng <evan.cheng@apple.com>
Fri, 13 Jan 2006 19:51:46 +0000 (19:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 13 Jan 2006 19:51:46 +0000 (19:51 +0000)
commite90da97f3ef0dab5c97976ce227a4407918bf5a7
tree2286994adced4b9bda171bafbf9ecc54f1643520
parent874357fa759c8d3b61fad1bcc73aab3e473ecd1a
LHS = X86ISD::CMOVcc LHS, RHS  means LHS = RHS if cc. So the operands must be
flipped around.

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