PR13046: we can't replace usage of SUB with CMP in the lowering phase.
authorManman Ren <mren@apple.com>
Thu, 7 Jun 2012 19:27:33 +0000 (19:27 +0000)
committerManman Ren <mren@apple.com>
Thu, 7 Jun 2012 19:27:33 +0000 (19:27 +0000)
commite6fc9d40b37495056fa9fcd2fea188cb98726035
tree3faf0362ddec2636b7349105542ba71bc9846949
parentc07f5bbd3b3d93e087160c87f0e5be7419772687
PR13046: we can't replace usage of SUB with CMP in the lowering phase.

It will cause assertion failure later on.

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