Fix x86's XALUO lowering to return its replacement values instead
authorDan Gohman <gohman@apple.com>
Fri, 22 Jul 2011 18:45:15 +0000 (18:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 22 Jul 2011 18:45:15 +0000 (18:45 +0000)
commit6e5fda213fc94e7c3440b9613602b08b8f84e52a
tree50d50c744f0dd1838e217ad3b6b4b3d3897d0ba2
parenta503ede94bee1054fcd142687508dbb959e36875
Fix x86's XALUO lowering to return its replacement values instead
of doing the RAUW calls for the overflow value itself. This makes
it more consistent with how the rest of LegalizeDAG works.

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