Bug fix. X86 was emitting redundant setcc and test instructions before a conditional...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 8 Oct 2007 22:16:29 +0000 (22:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 8 Oct 2007 22:16:29 +0000 (22:16 +0000)
commit3f41d66d75e0400371a123d2b04624ee5122225d
tree295408c45fab99ac36c7b2645a530ba237714f95
parent30d4254536e8471323ebca05acecf8237a1e7dee
Bug fix. X86 was emitting redundant setcc and test instructions before a conditional move.

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